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