PLearn 0.1
|
#include "Kernel.h"
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) |