PLearn 0.1
Classes | Namespaces | Functions
PLearner.h File Reference
#include <plearn/base/Object.h>
#include <plearn/io/PPath.h>
#include <plearn/math/PRandom.h>
#include <plearn/math/VecStatsCollector.h>
#include <plearn/vmat/VMat.h>
Include dependency graph for PLearner.h:

Go to the source code of this file.

Classes

class  PLearn::PLearner
 The base class for learning algorithms, which should be the main "products" of PLearn. More...
class  PLearn::DiffTemplate< ObjectType, PLearner >
class  PLearn::TypeTraits< PLearner >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const PLearner &o)
PStream & PLearn::operator>> (PStream &in, PLearner &o)
PStream & PLearn::operator>> (PStream &in, PLearner *&o)
PStream & PLearn::operator<< (PStream &out, const PLearner &o)
PStream & PLearn::operator>> (PStream &in, PP< PLearner > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, PLearner > *opt, PLearnDiff *diffs)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines