NaiveBayesClassifier< ModelMatType > Member List

This is the complete list of members for NaiveBayesClassifier< ModelMatType >, including all inherited members.

Classify(const VecType &point) constNaiveBayesClassifier< ModelMatType >
Classify(const VecType &point, size_t &prediction, ProbabilitiesVecType &probabilities) constNaiveBayesClassifier< ModelMatType >
Classify(const MatType &data, arma::Row< size_t > &predictions) constNaiveBayesClassifier< ModelMatType >
Classify(const MatType &data, arma::Row< size_t > &predictions, ProbabilitiesMatType &probabilities) constNaiveBayesClassifier< ModelMatType >
ElemType typedefNaiveBayesClassifier< ModelMatType >
Means() constNaiveBayesClassifier< ModelMatType >inline
Means()NaiveBayesClassifier< ModelMatType >inline
NaiveBayesClassifier(const MatType &data, const arma::Row< size_t > &labels, const size_t numClasses, const bool incrementalVariance=false, const double epsilon=1e-10)NaiveBayesClassifier< ModelMatType >
NaiveBayesClassifier(const size_t dimensionality=0, const size_t numClasses=0, const double epsilon=1e-10)NaiveBayesClassifier< ModelMatType >
Probabilities() constNaiveBayesClassifier< ModelMatType >inline
Probabilities()NaiveBayesClassifier< ModelMatType >inline
serialize(Archive &ar, const uint32_t)NaiveBayesClassifier< ModelMatType >
Train(const MatType &data, const arma::Row< size_t > &labels, const size_t numClasses, const bool incremental=true)NaiveBayesClassifier< ModelMatType >
Train(const VecType &point, const size_t label)NaiveBayesClassifier< ModelMatType >
Variances() constNaiveBayesClassifier< ModelMatType >inline
Variances()NaiveBayesClassifier< ModelMatType >inline