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

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