#include <SigmoidPrimitiveKernel.h>
Inheritance diagram for PLearn::SigmoidPrimitiveKernel:
Public Member Functions | |
SigmoidPrimitiveKernel () | |
SigmoidPrimitiveKernel (real the_c) | |
PLEARN_DECLARE_OBJECT (SigmoidPrimitiveKernel) | |
virtual real | evaluate (const Vec &x1, const Vec &x2) const |
returns K(x1,x2) | |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
recognized option is "c" | |
Protected Attributes | |
real | c |
smoothing constant | |
Private Types | |
typedef Kernel | inherited |
Definition at line 54 of file SigmoidPrimitiveKernel.h.
|
Reimplemented from PLearn::Kernel. Definition at line 56 of file SigmoidPrimitiveKernel.h. |
|
Definition at line 62 of file SigmoidPrimitiveKernel.h. References c. |
|
Definition at line 64 of file SigmoidPrimitiveKernel.h. References c. |
|
recognized option is "c"
Reimplemented from PLearn::Kernel. Definition at line 55 of file SigmoidPrimitiveKernel.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
returns K(x1,x2)
Implements PLearn::Kernel. Definition at line 51 of file SigmoidPrimitiveKernel.cc. References c, PLearn::dot(), PLearn::exp(), PLearn::log(), and PLearn::Vec. |
|
|
|
smoothing constant
Definition at line 59 of file SigmoidPrimitiveKernel.h. Referenced by evaluate(), and SigmoidPrimitiveKernel(). |