PLearn 0.1
|
#include "RBMConnection.h"
Go to the source code of this file.
Classes | |
class | PLearn::RBMDiagonalMatrixConnection |
Stores and learns the parameters between two linear layers of an RBM. More... | |
class | PLearn::DiffTemplate< ObjectType, RBMDiagonalMatrixConnection > |
class | PLearn::TypeTraits< RBMDiagonalMatrixConnection > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const RBMDiagonalMatrixConnection &o) |
PStream & | PLearn::operator>> (PStream &in, RBMDiagonalMatrixConnection &o) |
PStream & | PLearn::operator>> (PStream &in, RBMDiagonalMatrixConnection *&o) |
PStream & | PLearn::operator<< (PStream &out, const RBMDiagonalMatrixConnection &o) |
PStream & | PLearn::operator>> (PStream &in, PP< RBMDiagonalMatrixConnection > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RBMDiagonalMatrixConnection > *opt, PLearnDiff *diffs) |
Definition in file RBMDiagonalMatrixConnection.h.