|
koho.cpp
1.1.0
|
This is the complete list of members for koho::Tree, including all inherited members.
| add_node(TreeDepthIdx_t depth, NodesIdx_t parent_id, bool is_left, FeaturesIdx_t feature, int NA, Features_t threshold, const std::vector< std::vector< Histogram_t >> &histogram, double impurity, double improvement) | koho::Tree | |
| calculate_feature_importances(double *importances) | koho::Tree | |
| deserialize(std::ifstream &fin) | koho::Tree | |
| max_depth | koho::Tree | |
| n_classes | koho::Tree | |
| n_classes_max | koho::Tree | |
| n_features | koho::Tree | |
| n_outputs | koho::Tree | |
| node_count | koho::Tree | |
| nodes | koho::Tree | |
| predict(Features_t *X, SamplesIdx_t n_samples, double *y_prob) | koho::Tree | |
| serialize(std::ofstream &fout) | koho::Tree | |
| Tree(OutputsIdx_t n_outputs, std::vector< ClassesIdx_t > n_classes, FeaturesIdx_t n_features) | koho::Tree | |
| Tree(OutputsIdx_t n_outputs, ClassesIdx_t *n_classes_ptr, FeaturesIdx_t n_features) | koho::Tree | |
| Tree() | koho::Tree | inline |
1.8.13