| AdaBoost(const MatType &data, const arma::Row< size_t > &labels, const size_t numClasses, const WeakLearnerType &other, const size_t iterations=100, const double tolerance=1e-6) | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | |
| AdaBoost(const double tolerance=1e-6) | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | |
| Alpha(const size_t i) const | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | inline |
| Alpha(const size_t i) | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | inline |
| Classify(const MatType &test, arma::Row< size_t > &predictedLabels, arma::mat &probabilities) | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | |
| Classify(const MatType &test, arma::Row< size_t > &predictedLabels) | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | |
| NumClasses() const | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | inline |
| serialize(Archive &ar, const uint32_t) | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | |
| Tolerance() const | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | inline |
| Tolerance() | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | inline |
| Train(const MatType &data, const arma::Row< size_t > &labels, const size_t numClasses, const WeakLearnerType &learner, const size_t iterations=100, const double tolerance=1e-6) | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | |
| WeakLearner(const size_t i) const | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | inline |
| WeakLearner(const size_t i) | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | inline |
| WeakLearners() const | mlpack::adaboost::AdaBoost< WeakLearnerType, MatType > | inline |