PLearn 0.1
|
#include <plearn/base/Object.h>
#include <plearn/math/pl_math.h>
#include <plearn/math/TMat_maths.h>
#include <plearn_learners/online/OnlineLearningModule.h>
Go to the source code of this file.
Classes | |
class | PLearn::NLLErrModule |
NLL (and derivatives thereof) between the target and input. More... | |
class | PLearn::DiffTemplate< ObjectType, NLLErrModule > |
class | PLearn::TypeTraits< NLLErrModule > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const NLLErrModule &o) |
PStream & | PLearn::operator>> (PStream &in, NLLErrModule &o) |
PStream & | PLearn::operator>> (PStream &in, NLLErrModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const NLLErrModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< NLLErrModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, NLLErrModule > *opt, PLearnDiff *diffs) |
Definition in file NLLErrModule.h.