This is the complete list of members for HoeffdingTreeModel, including all inherited members.
BuildModel(const arma::mat &dataset, const data::DatasetInfo &datasetInfo, const arma::Row< size_t > &labels, const size_t numClasses, const bool batchTraining, const double successProbability, const size_t maxSamples, const size_t checkInterval, const size_t minSamples, const size_t bins, const size_t observationsBeforeBinning) | HoeffdingTreeModel | |
Classify(const arma::mat &dataset, arma::Row< size_t > &predictions) const | HoeffdingTreeModel | |
Classify(const arma::mat &dataset, arma::Row< size_t > &predictions, arma::rowvec &probabilities) const | HoeffdingTreeModel | |
GINI_BINARY enum value | HoeffdingTreeModel | |
GINI_HOEFFDING enum value | HoeffdingTreeModel | |
GiniBinaryTreeType typedef | HoeffdingTreeModel | |
GiniHoeffdingTreeType typedef | HoeffdingTreeModel | |
HoeffdingTreeModel(const TreeType &type=GINI_HOEFFDING) | HoeffdingTreeModel | |
HoeffdingTreeModel(const HoeffdingTreeModel &other) | HoeffdingTreeModel | |
HoeffdingTreeModel(HoeffdingTreeModel &&other) | HoeffdingTreeModel | |
INFO_BINARY enum value | HoeffdingTreeModel | |
INFO_HOEFFDING enum value | HoeffdingTreeModel | |
InfoBinaryTreeType typedef | HoeffdingTreeModel | |
InfoHoeffdingTreeType typedef | HoeffdingTreeModel | |
NumNodes() const | HoeffdingTreeModel | |
operator=(const HoeffdingTreeModel &other) | HoeffdingTreeModel | |
operator=(HoeffdingTreeModel &&other) | HoeffdingTreeModel | |
serialize(Archive &ar, const uint32_t) | HoeffdingTreeModel | inline |
Train(const arma::mat &dataset, const arma::Row< size_t > &labels, const bool batchTraining) | HoeffdingTreeModel | |
TreeType enum name | HoeffdingTreeModel | |
~HoeffdingTreeModel() | HoeffdingTreeModel |