Classify(const VecType &point) const | mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType > | |
Classify(const VecType &point, size_t &prediction, ProbabilitiesVecType &probabilities) const | mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType > | |
Classify(const MatType &data, arma::Row< size_t > &predictions) const | mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType > | |
Classify(const MatType &data, arma::Row< size_t > &predictions, ProbabilitiesMatType &probabilities) const | mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType > | |
ElemType typedef (defined in mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType >) | mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType > | |
Means() const | mlpack::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() const | mlpack::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() const | mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType > | inline |
Variances() | mlpack::naive_bayes::NaiveBayesClassifier< ModelMatType > | inline |