PLearn 0.1
|
#include "RBMLayer.h"
Go to the source code of this file.
Classes | |
class | PLearn::RBMGaussianLayer |
Layer in an RBM formed with binomial units. More... | |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const RBMGaussianLayer &o) |
PStream & | PLearn::operator>> (PStream &in, RBMGaussianLayer &o) |
PStream & | PLearn::operator>> (PStream &in, RBMGaussianLayer *&o) |
PStream & | PLearn::operator<< (PStream &out, const RBMGaussianLayer &o) |
PStream & | PLearn::operator>> (PStream &in, PP< RBMGaussianLayer > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RBMGaussianLayer > *opt, PLearnDiff *diffs) |
PLearn::DECLARE_SPECIALIZED_DIFF_CLASS (RBMGaussianLayer) template<> class TypeTraits< RBMGaussianLayer > |
Definition in file DEPRECATED/RBMGaussianLayer.h.