|
PLearn 0.1
|
#include <plearn/ker/ARDBaseKernel.h>

Go to the source code of this file.
Classes | |
| class | PLearn::Matern1ARDKernel |
| Matern kernel with nu=1/2 that can be used for Automatic Relevance Determination. More... | |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const Matern1ARDKernel &o) |
| PStream & | PLearn::operator>> (PStream &in, Matern1ARDKernel &o) |
| PStream & | PLearn::operator>> (PStream &in, Matern1ARDKernel *&o) |
| PStream & | PLearn::operator<< (PStream &out, const Matern1ARDKernel &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< Matern1ARDKernel > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Matern1ARDKernel > *opt, PLearnDiff *diffs) |
| PLearn::DECLARE_SPECIALIZED_DIFF_CLASS (Matern1ARDKernel) template<> class TypeTraits< Matern1ARDKernel > | |
Definition in file Matern1ARDKernel.h.
1.7.4