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