PLearn 0.1
|
#include "Kernel.h"
Go to the source code of this file.
Classes | |
class | PLearn::ScaledGaussianKernel |
returns exp(-sum_i[(phi_i*(x1_i - x2_i))^2]/sigma^2) More... | |
class | PLearn::DiffTemplate< ObjectType, ScaledGaussianKernel > |
class | PLearn::TypeTraits< ScaledGaussianKernel > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ScaledGaussianKernel &o) |
PStream & | PLearn::operator>> (PStream &in, ScaledGaussianKernel &o) |
PStream & | PLearn::operator>> (PStream &in, ScaledGaussianKernel *&o) |
PStream & | PLearn::operator<< (PStream &out, const ScaledGaussianKernel &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ScaledGaussianKernel > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ScaledGaussianKernel > *opt, PLearnDiff *diffs) |