PLearn 0.1
Classes | Namespaces | Functions
SelectedOutputCostFunction.h File Reference
#include "Kernel.h"
#include <plearn/base/tostring.h>
Include dependency graph for SelectedOutputCostFunction.h:
This graph shows which files directly or indirectly include this file:

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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines