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

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