|
PLearn 0.1
|
#include "Kernel.h"

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) |
1.7.4