PLearn 0.1
|
#include "Kernel.h"
Go to the source code of this file.
Classes | |
class | PLearn::ClassErrorCostFunction |
class | PLearn::DiffTemplate< ObjectType, ClassErrorCostFunction > |
class | PLearn::TypeTraits< ClassErrorCostFunction > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ClassErrorCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, ClassErrorCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, ClassErrorCostFunction *&o) |
PStream & | PLearn::operator<< (PStream &out, const ClassErrorCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ClassErrorCostFunction > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ClassErrorCostFunction > *opt, PLearnDiff *diffs) |
CostFunc | PLearn::class_error (bool output_is_classnum=false, bool ignore_missing_values=true) |