|
PLearn 0.1
|
#include <plearn_learners/online/CostModule.h>

Go to the source code of this file.
Classes | |
| class | PLearn::SoftmaxNLLCostModule |
| Computes the NLL, given a probability vector and the true class. More... | |
| class | PLearn::DiffTemplate< ObjectType, SoftmaxNLLCostModule > |
| class | PLearn::TypeTraits< SoftmaxNLLCostModule > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const SoftmaxNLLCostModule &o) |
| PStream & | PLearn::operator>> (PStream &in, SoftmaxNLLCostModule &o) |
| PStream & | PLearn::operator>> (PStream &in, SoftmaxNLLCostModule *&o) |
| PStream & | PLearn::operator<< (PStream &out, const SoftmaxNLLCostModule &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< SoftmaxNLLCostModule > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SoftmaxNLLCostModule > *opt, PLearnDiff *diffs) |
Definition in file SoftmaxNLLCostModule.h.
1.7.4