clear() | GentleBoost | |
convertLabels(const std::vector< int > &labels) | GentleBoost | |
GentleBoost(int maxTreeSize=1) (defined in GentleBoost) | GentleBoost | |
getMostLikelyClass(const std::map< int, std::vector< float > > &pdf, int index) | GentleBoost | |
getMostLikelyClass(const std::map< int, std::vector< float > > &pdf) | GentleBoost | |
load(std::string file) | GentleBoost | |
predict(const std::vector< std::vector< float > > &data) | GentleBoost | |
predictPDF(const std::vector< std::vector< float > > &data) | GentleBoost | |
printAllTrees() | GentleBoost | |
readAllTrees(std::istream &instream) | GentleBoost | |
save(std::string file) | GentleBoost | |
train(const std::vector< std::vector< float > > &data, const std::vector< int > &labels, int maxIters) | GentleBoost | |
transpose(const std::vector< std::vector< float > > &data) | GentleBoost | |
writeAllTrees(std::ostream &outstream) | GentleBoost |