PLearn 0.1
|
#include <plearn/ker/KroneckerBaseKernel.h>
Go to the source code of this file.
Classes | |
class | PLearn::IIDNoiseKernel |
Kernel representing independent and identically-distributed observation noise. More... | |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const IIDNoiseKernel &o) |
PStream & | PLearn::operator>> (PStream &in, IIDNoiseKernel &o) |
PStream & | PLearn::operator>> (PStream &in, IIDNoiseKernel *&o) |
PStream & | PLearn::operator<< (PStream &out, const IIDNoiseKernel &o) |
PStream & | PLearn::operator>> (PStream &in, PP< IIDNoiseKernel > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, IIDNoiseKernel > *opt, PLearnDiff *diffs) |
PLearn::DECLARE_SPECIALIZED_DIFF_CLASS (IIDNoiseKernel) template<> class TypeTraits< IIDNoiseKernel > |
Definition in file IIDNoiseKernel.h.