PLearn 0.1
|
#include <plearn_learners/online/OnlineLearningModule.h>
#include <plearn_learners/online/RBMModule.h>
Go to the source code of this file.
Classes | |
class | PLearn::VBoundDBN2 |
2-RBM DBN trained using Hinton's new variational bound of global likelihood: More... | |
class | PLearn::DiffTemplate< ObjectType, VBoundDBN2 > |
class | PLearn::TypeTraits< VBoundDBN2 > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const VBoundDBN2 &o) |
PStream & | PLearn::operator>> (PStream &in, VBoundDBN2 &o) |
PStream & | PLearn::operator>> (PStream &in, VBoundDBN2 *&o) |
PStream & | PLearn::operator<< (PStream &out, const VBoundDBN2 &o) |
PStream & | PLearn::operator>> (PStream &in, PP< VBoundDBN2 > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, VBoundDBN2 > *opt, PLearnDiff *diffs) |
Definition in file VBoundDBN2.h.