PLearn 0.1
|
#include "Kernel.h"
Go to the source code of this file.
Classes | |
class | PLearn::WeightedCostFunction |
A costfunction that allows to reweight another costfunction (weight being last element of target) Returns target.lastElement() * costfunc(output,target.subVec(0,target.length()-1));. More... | |
class | PLearn::DiffTemplate< ObjectType, WeightedCostFunction > |
class | PLearn::TypeTraits< WeightedCostFunction > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const WeightedCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, WeightedCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, WeightedCostFunction *&o) |
PStream & | PLearn::operator<< (PStream &out, const WeightedCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, PP< WeightedCostFunction > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, WeightedCostFunction > *opt, PLearnDiff *diffs) |
CostFunc | PLearn::weighted_costfunc (CostFunc costfunc) |
reweighting |