PLearn 0.1
Classes | Namespaces | Functions
NLLCostModule.h File Reference
#include <plearn_learners/online/CostModule.h>
Include dependency graph for NLLCostModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::NLLCostModule
 Computes the NLL, given a probability vector and the true class. More...
class  PLearn::DiffTemplate< ObjectType, NLLCostModule >
class  PLearn::TypeTraits< NLLCostModule >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const NLLCostModule &o)
PStream & PLearn::operator>> (PStream &in, NLLCostModule &o)
PStream & PLearn::operator>> (PStream &in, NLLCostModule *&o)
PStream & PLearn::operator<< (PStream &out, const NLLCostModule &o)
PStream & PLearn::operator>> (PStream &in, PP< NLLCostModule > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, NLLCostModule > *opt, PLearnDiff *diffs)

Detailed Description

Definition in file NLLCostModule.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines