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