PLearn 0.1
|
#include "SequentialLearner.h"
Go to the source code of this file.
Classes | |
class | PLearn::MovingAverage |
This SequentialLearner only takes the n previous target to predict the next one. More... | |
class | PLearn::DiffTemplate< ObjectType, MovingAverage > |
class | PLearn::TypeTraits< MovingAverage > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const MovingAverage &o) |
Declares a few other classes and functions related to this class. | |
PStream & | PLearn::operator>> (PStream &in, MovingAverage &o) |
PStream & | PLearn::operator>> (PStream &in, MovingAverage *&o) |
PStream & | PLearn::operator<< (PStream &out, const MovingAverage &o) |
PStream & | PLearn::operator>> (PStream &in, PP< MovingAverage > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, MovingAverage > *opt, PLearnDiff *diffs) |