PLearn 0.1
|
#include "Kernel.h"
Go to the source code of this file.
Classes | |
class | PLearn::WeightedQuadraticPolynomialKernel |
class | PLearn::DiffTemplate< ObjectType, WeightedQuadraticPolynomialKernel > |
class | PLearn::TypeTraits< WeightedQuadraticPolynomialKernel > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const WeightedQuadraticPolynomialKernel &o) |
PStream & | PLearn::operator>> (PStream &in, WeightedQuadraticPolynomialKernel &o) |
PStream & | PLearn::operator>> (PStream &in, WeightedQuadraticPolynomialKernel *&o) |
PStream & | PLearn::operator<< (PStream &out, const WeightedQuadraticPolynomialKernel &o) |
PStream & | PLearn::operator>> (PStream &in, PP< WeightedQuadraticPolynomialKernel > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, WeightedQuadraticPolynomialKernel > *opt, PLearnDiff *diffs) |