PLearn 0.1
|
#include "RBMConnection.h"
Go to the source code of this file.
Classes | |
class | PLearn::RBMMixedConnection |
Contains a matrix of other RBMConnections, acting as submatrix of the linear transformation this class computes. More... | |
class | PLearn::DiffTemplate< ObjectType, RBMMixedConnection > |
class | PLearn::TypeTraits< RBMMixedConnection > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const RBMMixedConnection &o) |
PStream & | PLearn::operator>> (PStream &in, RBMMixedConnection &o) |
PStream & | PLearn::operator>> (PStream &in, RBMMixedConnection *&o) |
PStream & | PLearn::operator<< (PStream &out, const RBMMixedConnection &o) |
PStream & | PLearn::operator>> (PStream &in, PP< RBMMixedConnection > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RBMMixedConnection > *opt, PLearnDiff *diffs) |
Definition in file RBMMixedConnection.h.