This is the complete list of members for NaiveBayesClassifier< ModelMatType >, including all inherited members.
| Classify(const VecType &point) const | NaiveBayesClassifier< ModelMatType > | |
| Classify(const VecType &point, size_t &prediction, ProbabilitiesVecType &probabilities) const | NaiveBayesClassifier< ModelMatType > | |
| Classify(const MatType &data, arma::Row< size_t > &predictions) const | NaiveBayesClassifier< ModelMatType > | |
| Classify(const MatType &data, arma::Row< size_t > &predictions, ProbabilitiesMatType &probabilities) const | NaiveBayesClassifier< ModelMatType > | |
| ElemType typedef | NaiveBayesClassifier< ModelMatType > | |
| Means() const | NaiveBayesClassifier< 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() const | NaiveBayesClassifier< 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() const | NaiveBayesClassifier< ModelMatType > | inline |
| Variances() | NaiveBayesClassifier< ModelMatType > | inline |