PLearn 0.1
Classes | Namespaces | Functions
BestAveragingPLearner.h File Reference
#include <plearn/vmat/Splitter.h>
#include <plearn_learners/generic/PLearner.h>
Include dependency graph for BestAveragingPLearner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::BestAveragingPLearner
 Select the M "best" of N trained PLearners based on a train cost. More...
class  PLearn::DiffTemplate< ObjectType, BestAveragingPLearner >
class  PLearn::TypeTraits< BestAveragingPLearner >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const BestAveragingPLearner &o)
PStream & PLearn::operator>> (PStream &in, BestAveragingPLearner &o)
PStream & PLearn::operator>> (PStream &in, BestAveragingPLearner *&o)
PStream & PLearn::operator<< (PStream &out, const BestAveragingPLearner &o)
PStream & PLearn::operator>> (PStream &in, PP< BestAveragingPLearner > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, BestAveragingPLearner > *opt, PLearnDiff *diffs)

Detailed Description

Definition in file BestAveragingPLearner.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines