PLearn 0.1
|
#include <plearn/base/PP.h>
#include <plearn/base/Object.h>
#include <plearn/vmat/VMat.h>
#include <plearn/math/VecStatsCollector.h>
#include <plearn/io/PPath.h>
#include <plearn_learners/testers/PTester.h>
#include <plearn_learners/generic/StatefulLearner.h>
Go to the source code of this file.
Classes | |
class | PLearn::SequentialValidation |
class | PLearn::DiffTemplate< ObjectType, SequentialValidation > |
class | PLearn::TypeTraits< SequentialValidation > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const SequentialValidation &o) |
Declares a few other classes and functions related to this class. | |
PStream & | PLearn::operator>> (PStream &in, SequentialValidation &o) |
PStream & | PLearn::operator>> (PStream &in, SequentialValidation *&o) |
PStream & | PLearn::operator<< (PStream &out, const SequentialValidation &o) |
PStream & | PLearn::operator>> (PStream &in, PP< SequentialValidation > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SequentialValidation > *opt, PLearnDiff *diffs) |