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