| bootstrap | koho::DecisionForestClassifier | protected |
| calculate_feature_importances(double *importances) | koho::DecisionForestClassifier | |
| class_balance | koho::DecisionForestClassifier | protected |
| classes | koho::DecisionForestClassifier | protected |
| DecisionForestClassifier(std::vector< std::vector< std::string >> const &classes, std::vector< std::string > const &features, unsigned long n_estimators=100, bool bootstrap=false, bool oob_score=false, std::string const &class_balance="balanced", TreeDepthIdx_t max_depth=3, FeaturesIdx_t max_features=0, unsigned long max_thresholds=0, std::string const &missing_values="None", long random_state_seed=0) | koho::DecisionForestClassifier | |
| deserialize(std::ifstream &fin) | koho::DecisionForestClassifier | static |
| dtc_ | koho::DecisionForestClassifier | protected |
| export_graphviz(std::string const &filename, bool rotate=false) | koho::DecisionForestClassifier | |
| export_graphviz(std::string const &filename, unsigned long e, bool rotate) | koho::DecisionForestClassifier | |
| export_serialize(std::string const &filename) | koho::DecisionForestClassifier | |
| export_text(unsigned long e) | koho::DecisionForestClassifier | |
| features | koho::DecisionForestClassifier | protected |
| fit(std::vector< Features_t > &X, std::vector< Classes_t > &y) | koho::DecisionForestClassifier | |
| import_deserialize(std::string const &filename) | koho::DecisionForestClassifier | static |
| max_depth | koho::DecisionForestClassifier | protected |
| max_features | koho::DecisionForestClassifier | protected |
| max_thresholds | koho::DecisionForestClassifier | protected |
| missing_values | koho::DecisionForestClassifier | protected |
| n_classes | koho::DecisionForestClassifier | protected |
| n_classes_max | koho::DecisionForestClassifier | protected |
| n_estimators | koho::DecisionForestClassifier | protected |
| n_features | koho::DecisionForestClassifier | protected |
| n_outputs | koho::DecisionForestClassifier | protected |
| oob_score | koho::DecisionForestClassifier | protected |
| oob_score_ | koho::DecisionForestClassifier | protected |
| predict(Features_t *X, SamplesIdx_t n_samples, Classes_t *y) | koho::DecisionForestClassifier | |
| predict_proba(Features_t *X, SamplesIdx_t n_samples, double *y_prob) | koho::DecisionForestClassifier | |
| random_state | koho::DecisionForestClassifier | protected |
| score(Features_t *X, Classes_t *y, SamplesIdx_t n_samples) | koho::DecisionForestClassifier | |
| serialize(std::ofstream &fout) | koho::DecisionForestClassifier | |