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