mlpack
mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType > Member List

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

Classify(const VecType &point) constmlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
Classify(const VecType &point, size_t &prediction, ProbabilitiesVecType &probabilities) constmlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
Classify(const MatType &data, arma::Row< size_t > &predictions) constmlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
Classify(const MatType &data, arma::Row< size_t > &predictions, ProbabilitiesMatType &probabilities) constmlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
ElemType typedef (defined in mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >)mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
Means() constmlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >inline
Means()mlpack::naive_bayes::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)mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
NaiveBayesClassifier(const size_t dimensionality=0, const size_t numClasses=0, const double epsilon=1e-10)mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
Probabilities() constmlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >inline
Probabilities()mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >inline
serialize(Archive &ar, const uint32_t)mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
Train(const MatType &data, const arma::Row< size_t > &labels, const size_t numClasses, const bool incremental=true)mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
Train(const VecType &point, const size_t label)mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >
Variances() constmlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >inline
Variances()mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >inline