PLearn 0.1
|
#include <plearn_learners/online/RBMConnection.h>
#include <plearn_learners/online/RBMMatrixConnection.h>
Go to the source code of this file.
Classes | |
class | PLearn::RBMMatrixTransposeConnection |
RBMConnection which uses the tranpose of some other RBMMatrixConnection's weights. More... | |
class | PLearn::DiffTemplate< ObjectType, RBMMatrixTransposeConnection > |
class | PLearn::TypeTraits< RBMMatrixTransposeConnection > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const RBMMatrixTransposeConnection &o) |
PStream & | PLearn::operator>> (PStream &in, RBMMatrixTransposeConnection &o) |
PStream & | PLearn::operator>> (PStream &in, RBMMatrixTransposeConnection *&o) |
PStream & | PLearn::operator<< (PStream &out, const RBMMatrixTransposeConnection &o) |
PStream & | PLearn::operator>> (PStream &in, PP< RBMMatrixTransposeConnection > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RBMMatrixTransposeConnection > *opt, PLearnDiff *diffs) |
Definition in file RBMMatrixTransposeConnection.h.