PLearn 0.1
|
#include "Kernel.h"
Go to the source code of this file.
Classes | |
class | PLearn::NegOutputCostFunction |
This simply returns -output[0] (target should usually have a length of 0) This is used for density estimators whose use(x) method typically computes log(p(x)) More... | |
class | PLearn::DiffTemplate< ObjectType, NegOutputCostFunction > |
class | PLearn::TypeTraits< NegOutputCostFunction > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const NegOutputCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, NegOutputCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, NegOutputCostFunction *&o) |
PStream & | PLearn::operator<< (PStream &out, const NegOutputCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, PP< NegOutputCostFunction > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, NegOutputCostFunction > *opt, PLearnDiff *diffs) |
CostFunc | PLearn::neg_output_costfunc () |
returns -output[0]. This is for density estimators whose use(x) method typically computes log(p(x)) |