PLearn 0.1
Classes | Namespaces | Functions
OnlineLearningModule.h File Reference
#include <plearn/base/Object.h>
#include <plearn/math/PRandom.h>
Include dependency graph for OnlineLearningModule.h:

Go to the source code of this file.

Classes

class  PLearn::OnlineLearningModule
 Learn to map inputs to outputs, online, using caller-provided gradients. More...
class  PLearn::DiffTemplate< ObjectType, OnlineLearningModule >
class  PLearn::TypeTraits< OnlineLearningModule >

Namespaces

namespace  PLearn
 

< for swap


Functions

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

Detailed Description

Definition in file OnlineLearningModule.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines