PLearn 0.1
|
#include <plearn_learners/online/CostModule.h>
Go to the source code of this file.
Classes | |
class | PLearn::ClassErrorCostModule |
Multiclass classification error. More... | |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ClassErrorCostModule &o) |
PStream & | PLearn::operator>> (PStream &in, ClassErrorCostModule &o) |
PStream & | PLearn::operator>> (PStream &in, ClassErrorCostModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const ClassErrorCostModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ClassErrorCostModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ClassErrorCostModule > *opt, PLearnDiff *diffs) |
PLearn::DECLARE_SPECIALIZED_DIFF_CLASS (ClassErrorCostModule) template<> class TypeTraits< ClassErrorCostModule > |
Definition in file ClassErrorCostModule.h.