koho.cpp  1.1.0
koho::Tree Member List

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_depthkoho::Tree
n_classeskoho::Tree
n_classes_maxkoho::Tree
n_featureskoho::Tree
n_outputskoho::Tree
node_countkoho::Tree
nodeskoho::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::Treeinline