mlpack  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NaiveBayesClassifier< MatType > Member List

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

Classify(const MatType &data, arma::Row< size_t > &results)NaiveBayesClassifier< MatType >
Means() const NaiveBayesClassifier< MatType >inline
Means()NaiveBayesClassifier< MatType >inline
NaiveBayesClassifier(const MatType &data, const arma::Row< size_t > &labels, const size_t classes, const bool incrementalVariance=false)NaiveBayesClassifier< MatType >
NaiveBayesClassifier(const size_t dimensionality=0, const size_t classes=0)NaiveBayesClassifier< MatType >
Probabilities() const NaiveBayesClassifier< MatType >inline
Probabilities()NaiveBayesClassifier< MatType >inline
Serialize(Archive &ar, const unsigned int)NaiveBayesClassifier< MatType >
Train(const MatType &data, const arma::Row< size_t > &labels, const bool incremental=true)NaiveBayesClassifier< MatType >
Train(const VecType &point, const size_t label)NaiveBayesClassifier< MatType >
Variances() const NaiveBayesClassifier< MatType >inline
Variances()NaiveBayesClassifier< MatType >inline