koho.cpp  1.1.0
koho::DecisionForestClassifier Member List

This is the complete list of members for koho::DecisionForestClassifier, including all inherited members.

bootstrapkoho::DecisionForestClassifierprotected
calculate_feature_importances(double *importances)koho::DecisionForestClassifier
class_balancekoho::DecisionForestClassifierprotected
classeskoho::DecisionForestClassifierprotected
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::DecisionForestClassifierstatic
dtc_koho::DecisionForestClassifierprotected
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
featureskoho::DecisionForestClassifierprotected
fit(std::vector< Features_t > &X, std::vector< Classes_t > &y)koho::DecisionForestClassifier
import_deserialize(std::string const &filename)koho::DecisionForestClassifierstatic
max_depthkoho::DecisionForestClassifierprotected
max_featureskoho::DecisionForestClassifierprotected
max_thresholdskoho::DecisionForestClassifierprotected
missing_valueskoho::DecisionForestClassifierprotected
n_classeskoho::DecisionForestClassifierprotected
n_classes_maxkoho::DecisionForestClassifierprotected
n_estimatorskoho::DecisionForestClassifierprotected
n_featureskoho::DecisionForestClassifierprotected
n_outputskoho::DecisionForestClassifierprotected
oob_scorekoho::DecisionForestClassifierprotected
oob_score_koho::DecisionForestClassifierprotected
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_statekoho::DecisionForestClassifierprotected
score(Features_t *X, Classes_t *y, SamplesIdx_t n_samples)koho::DecisionForestClassifier
serialize(std::ofstream &fout)koho::DecisionForestClassifier