PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::StackedModulesModule |
Wraps a stack of OnlineLearningModule, which are layers. More... | |
class | PLearn::DiffTemplate< ObjectType, StackedModulesModule > |
class | PLearn::TypeTraits< StackedModulesModule > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const StackedModulesModule &o) |
PStream & | PLearn::operator>> (PStream &in, StackedModulesModule &o) |
PStream & | PLearn::operator>> (PStream &in, StackedModulesModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const StackedModulesModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< StackedModulesModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, StackedModulesModule > *opt, PLearnDiff *diffs) |
Definition in file StackedModulesModule.h.