PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::SelectedOutputCostFunction |
This allows to apply a costfunction on a single output element (and correponding target element) of a larger output vector, rather than on the whole vector. More... | |
class | PLearn::DiffTemplate< ObjectType, SelectedOutputCostFunction > |
class | PLearn::TypeTraits< SelectedOutputCostFunction > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const SelectedOutputCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, SelectedOutputCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, SelectedOutputCostFunction *&o) |
PStream & | PLearn::operator<< (PStream &out, const SelectedOutputCostFunction &o) |
PStream & | PLearn::operator>> (PStream &in, PP< SelectedOutputCostFunction > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SelectedOutputCostFunction > *opt, PLearnDiff *diffs) |