|
PLearn 0.1
|
#include <plearn_learners/distributions/PDistribution.h>#include <plearn_learners/distributions/NGramTree.h>#include <plearn/base/ms_hash_wrapper.h>

Go to the source code of this file.
Classes | |
| class | PLearn::NGramDistribution |
| This class implements an ngram distribution for symbol sequence modeling. More... | |
Namespaces | |
| namespace | PLearn |
< for swap | |
Defines | |
| #define | THIS_PRECISION 0.0000001 |
| #define | EM_PRECISION 0.0001 |
Functions | |
| Object * | PLearn::toObjectPtr (const NGramDistribution &o) |
| PStream & | PLearn::operator>> (PStream &in, NGramDistribution &o) |
| PStream & | PLearn::operator>> (PStream &in, NGramDistribution *&o) |
| PStream & | PLearn::operator<< (PStream &out, const NGramDistribution &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< NGramDistribution > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, NGramDistribution > *opt, PLearnDiff *diffs) |
| PLearn::DECLARE_SPECIALIZED_DIFF_CLASS (NGramDistribution) template<> class TypeTraits< NGramDistribution > | |
Definition in file NGramDistribution.h.
| #define EM_PRECISION 0.0001 |
Definition at line 48 of file NGramDistribution.h.
Referenced by PLearn::NGramDistribution::train().
| #define THIS_PRECISION 0.0000001 |
Definition at line 47 of file NGramDistribution.h.
Referenced by PLearn::NGramDistribution::train().
1.7.4