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

Go to the source code of this file.

Classes

class  PLearn::SigmoidPrimitiveKernel
 returns log(1+exp(c*x1.x2)) = primitive of sigmoidal kernel More...
class  PLearn::DiffTemplate< ObjectType, SigmoidPrimitiveKernel >
class  PLearn::TypeTraits< SigmoidPrimitiveKernel >

Namespaces

namespace  PLearn
 

< for swap


Functions

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