This is the complete list of members for AdaBoost< WeakLearnerType, MatType >, including all inherited members.
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) | AdaBoost< WeakLearnerType, MatType > | |
AdaBoost(const double tolerance=1e-6) | AdaBoost< WeakLearnerType, MatType > | |
Alpha(const size_t i) const | AdaBoost< WeakLearnerType, MatType > | inline |
Alpha(const size_t i) | AdaBoost< WeakLearnerType, MatType > | inline |
Classify(const MatType &test, arma::Row< size_t > &predictedLabels, arma::mat &probabilities) | AdaBoost< WeakLearnerType, MatType > | |
Classify(const MatType &test, arma::Row< size_t > &predictedLabels) | AdaBoost< WeakLearnerType, MatType > | |
NumClasses() const | AdaBoost< WeakLearnerType, MatType > | inline |
serialize(Archive &ar, const uint32_t) | AdaBoost< WeakLearnerType, MatType > | |
Tolerance() const | AdaBoost< WeakLearnerType, MatType > | inline |
Tolerance() | 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) | AdaBoost< WeakLearnerType, MatType > | |
WeakLearner(const size_t i) const | AdaBoost< WeakLearnerType, MatType > | inline |
WeakLearner(const size_t i) | AdaBoost< WeakLearnerType, MatType > | inline |
WeakLearners() const | AdaBoost< WeakLearnerType, MatType > | inline |