PLearn 0.1
Classes | Namespaces | Functions
LaplacianKernel.h File Reference
#include "Kernel.h"
Include dependency graph for LaplacianKernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::LaplacianKernel
 returns exp(-phi*(sum_i[abs(x1_i - x2_i)])) More...
class  PLearn::DiffTemplate< ObjectType, LaplacianKernel >
class  PLearn::TypeTraits< LaplacianKernel >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const LaplacianKernel &o)
PStream & PLearn::operator>> (PStream &in, LaplacianKernel &o)
PStream & PLearn::operator>> (PStream &in, LaplacianKernel *&o)
PStream & PLearn::operator<< (PStream &out, const LaplacianKernel &o)
PStream & PLearn::operator>> (PStream &in, PP< LaplacianKernel > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, LaplacianKernel > *opt, PLearnDiff *diffs)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines