PLearn 0.1
|
#include <plearn_learners/online/CostModule.h>
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) |
Definition in file NLLCostModule.h.