PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::Kernel |
class | PLearn::DiffTemplate< ObjectType, Kernel > |
class | PLearn::TypeTraits< Kernel > |
class | PLearn::Ker |
class | PLearn::TypeTraits< Ker > |
Namespaces | |
namespace | PLearn |
< for swap | |
Typedefs | |
typedef Ker | PLearn::CostFunc |
a cost function maps (output,target) to a loss | |
typedef CostFunc | PLearn::ProfitFunc |
a profit function maps (output,target) to a profit | |
Functions | |
Object * | PLearn::toObjectPtr (const Kernel &o) |
PStream & | PLearn::operator>> (PStream &in, Kernel &o) |
PStream & | PLearn::operator>> (PStream &in, Kernel *&o) |
PStream & | PLearn::operator<< (PStream &out, const Kernel &o) |
PStream & | PLearn::operator>> (PStream &in, PP< Kernel > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Kernel > *opt, PLearnDiff *diffs) |
PStream & | PLearn::operator>> (PStream &in, Ker &o) |
PStream & | PLearn::operator<< (PStream &out, const Ker &o) |
template<> | |
void | PLearn::deepCopyField (Ker &field, CopiesMap &copies) |
Mat | PLearn::findClosestPairsOfDifferentClass (int k, VMat data, Ker dist) |
Array< Ker > | PLearn::operator& (const Ker &k1, const Ker &k2) |
******************** inline Ker operators |