|
koho.cpp
1.1.0
|
This is the complete list of members for koho::BestSplitter, including all inherited members.
| BestSplitter(OutputsIdx_t n_outputs, ClassesIdx_t *n_classes, ClassesIdx_t n_classes_max, FeaturesIdx_t n_features, SamplesIdx_t n_samples, ClassWeights_t *class_weight, FeaturesIdx_t max_features, unsigned long max_thresholds, RandomState const &random_state) | koho::BestSplitter | |
| criterion | koho::BestSplitter | |
| end | koho::BestSplitter | protected |
| init_node(Classes_t *y, SamplesIdx_t start, SamplesIdx_t end) | koho::BestSplitter | |
| max_features | koho::BestSplitter | protected |
| max_thresholds | koho::BestSplitter | protected |
| n_features | koho::BestSplitter | protected |
| n_samples | koho::BestSplitter | protected |
| random_state | koho::BestSplitter | protected |
| samples | koho::BestSplitter | protected |
| split_feature(Features_t *X, Classes_t *y, std::vector< SamplesIdx_t > &s, FeaturesIdx_t feature, int &NA, Features_t &threshold, SamplesIdx_t &pos, double &improvement) | koho::BestSplitter | |
| split_feature_extreme_random(Features_t *X, Classes_t *y, std::vector< SamplesIdx_t > &s, FeaturesIdx_t feature, int &NA, Features_t &threshold, SamplesIdx_t &pos, double &improvement) | koho::BestSplitter | |
| split_node(Features_t *X, Classes_t *y, FeaturesIdx_t &feature, int &NA, Features_t &threshold, SamplesIdx_t &pos, double &improvement) | koho::BestSplitter | |
| start | koho::BestSplitter | protected |
1.8.13