PLearn 0.1
|
#include <plearn/base/Object.h>
#include <plearn/base/PP.h>
#include <plearn/base/tuple.h>
#include <plearn/math/TVec.h>
#include <map>
Go to the source code of this file.
Classes | |
class | PLearn::ObservationWindow |
Used by StatsCollector to keep a finite-size window of observations. More... | |
class | PLearn::DiffTemplate< ObjectType, ObservationWindow > |
class | PLearn::TypeTraits< ObservationWindow > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ObservationWindow &o) |
PStream & | PLearn::operator>> (PStream &in, ObservationWindow &o) |
PStream & | PLearn::operator>> (PStream &in, ObservationWindow *&o) |
PStream & | PLearn::operator<< (PStream &out, const ObservationWindow &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ObservationWindow > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ObservationWindow > *opt, PLearnDiff *diffs) |
Definition in file ObservationWindow.h.