|
PLearn 0.1
|
#include "Kernel.h"

Go to the source code of this file.
Classes | |
| class | PLearn::SigmoidalKernel |
| returns sigmoid(c*x1.x2) More... | |
| class | PLearn::DiffTemplate< ObjectType, SigmoidalKernel > |
| class | PLearn::TypeTraits< SigmoidalKernel > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const SigmoidalKernel &o) |
| PStream & | PLearn::operator>> (PStream &in, SigmoidalKernel &o) |
| PStream & | PLearn::operator>> (PStream &in, SigmoidalKernel *&o) |
| PStream & | PLearn::operator<< (PStream &out, const SigmoidalKernel &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< SigmoidalKernel > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SigmoidalKernel > *opt, PLearnDiff *diffs) |
1.7.4