PLearn 0.1
|
#include <map>
#include <plearn_learners/online/OnlineLearningModule.h>
#include <plearn_learners/online/RBMConnection.h>
#include <plearn_learners/online/RBMLayer.h>
#include <plearn/vmat/VMat.h>
Go to the source code of this file.
Classes | |
class | PLearn::KLp0p1RBMModule |
The first sentence should be a BRIEF DESCRIPTION of what the class does. More... | |
class | PLearn::DiffTemplate< ObjectType, KLp0p1RBMModule > |
class | PLearn::TypeTraits< KLp0p1RBMModule > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const KLp0p1RBMModule &o) |
PStream & | PLearn::operator>> (PStream &in, KLp0p1RBMModule &o) |
PStream & | PLearn::operator>> (PStream &in, KLp0p1RBMModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const KLp0p1RBMModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< KLp0p1RBMModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, KLp0p1RBMModule > *opt, PLearnDiff *diffs) |
Definition in file KLp0p1RBMModule.h.