|
PLearn 0.1
|
#include <plearn_learners/online/CostModule.h>

Go to the source code of this file.
Classes | |
| class | PLearn::SquaredErrorCostModule |
| Computes the sum of squared difference between input and target. More... | |
| class | PLearn::DiffTemplate< ObjectType, SquaredErrorCostModule > |
| class | PLearn::TypeTraits< SquaredErrorCostModule > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const SquaredErrorCostModule &o) |
| PStream & | PLearn::operator>> (PStream &in, SquaredErrorCostModule &o) |
| PStream & | PLearn::operator>> (PStream &in, SquaredErrorCostModule *&o) |
| PStream & | PLearn::operator<< (PStream &out, const SquaredErrorCostModule &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< SquaredErrorCostModule > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SquaredErrorCostModule > *opt, PLearnDiff *diffs) |
Definition in file SquaredErrorCostModule.h.
1.7.4