PLearn 0.1
|
#include <plearn_learners/generic/PLearner.h>
#include <plearn/math/PRandom.h>
#include <plearn/feat/FeatureSet.h>
Go to the source code of this file.
Classes | |
class | PLearn::FeatureSetNaiveBayesClassifier |
Naive Bayes classifier on a feature set space. More... | |
class | PLearn::DiffTemplate< ObjectType, FeatureSetNaiveBayesClassifier > |
class | PLearn::TypeTraits< FeatureSetNaiveBayesClassifier > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const FeatureSetNaiveBayesClassifier &o) |
PStream & | PLearn::operator>> (PStream &in, FeatureSetNaiveBayesClassifier &o) |
PStream & | PLearn::operator>> (PStream &in, FeatureSetNaiveBayesClassifier *&o) |
PStream & | PLearn::operator<< (PStream &out, const FeatureSetNaiveBayesClassifier &o) |
PStream & | PLearn::operator>> (PStream &in, PP< FeatureSetNaiveBayesClassifier > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, FeatureSetNaiveBayesClassifier > *opt, PLearnDiff *diffs) |