|
PLearn 0.1
|


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) |
Definition in file BestAveragingPLearner.h.
1.7.4