PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::WeightedDistance |
This class implements an Ln distance (defaults to L2 i.e. euclidean distance). More... | |
class | PLearn::DiffTemplate< ObjectType, WeightedDistance > |
class | PLearn::TypeTraits< WeightedDistance > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const WeightedDistance &o) |
PStream & | PLearn::operator>> (PStream &in, WeightedDistance &o) |
PStream & | PLearn::operator>> (PStream &in, WeightedDistance *&o) |
PStream & | PLearn::operator<< (PStream &out, const WeightedDistance &o) |
PStream & | PLearn::operator>> (PStream &in, PP< WeightedDistance > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, WeightedDistance > *opt, PLearnDiff *diffs) |