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

Go to the source code of this file.

Classes

class  PLearn::ClassMarginCostFunction
class  PLearn::DiffTemplate< ObjectType, ClassMarginCostFunction >
class  PLearn::TypeTraits< ClassMarginCostFunction >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const ClassMarginCostFunction &o)
PStream & PLearn::operator>> (PStream &in, ClassMarginCostFunction &o)
PStream & PLearn::operator>> (PStream &in, ClassMarginCostFunction *&o)
PStream & PLearn::operator<< (PStream &out, const ClassMarginCostFunction &o)
PStream & PLearn::operator>> (PStream &in, PP< ClassMarginCostFunction > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ClassMarginCostFunction > *opt, PLearnDiff *diffs)
CostFunc PLearn::class_margin (bool binary_target_is_01=false, bool output_is_positive=false)
 difference between correct class score and max of other class' scores
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines