PLearn 0.1
Classes | Namespaces | Functions
SquaredErrorCostFunction.h File Reference
#include "Kernel.h"
Include dependency graph for SquaredErrorCostFunction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::SquaredErrorCostFunction
 ********************************************************* The following 'kernels' are rather used as cost functions More...
class  PLearn::DiffTemplate< ObjectType, SquaredErrorCostFunction >
class  PLearn::TypeTraits< SquaredErrorCostFunction >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const SquaredErrorCostFunction &o)
PStream & PLearn::operator>> (PStream &in, SquaredErrorCostFunction &o)
PStream & PLearn::operator>> (PStream &in, SquaredErrorCostFunction *&o)
PStream & PLearn::operator<< (PStream &out, const SquaredErrorCostFunction &o)
PStream & PLearn::operator>> (PStream &in, PP< SquaredErrorCostFunction > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SquaredErrorCostFunction > *opt, PLearnDiff *diffs)
CostFunc PLearn::squared_classification_error (real hot_value=0.8, real cold_value=0.2)
CostFunc PLearn::squared_error (int singleoutputindex)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines