forpy
2
|
This is the complete list of members for forpy::Tree, including all inherited members.
cereal::access class | forpy::Tree | friend |
combine_leaf_results(const std::vector< Data< Mat >> &leaf_results, const Vec< float > &weights=Vec< float >(), const bool &predict_proba=false) const | forpy::Tree | inline |
decider | forpy::Tree | private |
DFS(const IDataProvider *data_provider, const ECompletionLevel &completion, Desk *d) | forpy::Tree | |
DFS_and_store(Desk *d, TodoMark &mark, const IDataProvider *dprov, const ECompletionLevel &comp) | forpy::Tree | |
disable_fast_prediction() | forpy::Tree | inline |
DISALLOW_COPY_AND_ASSIGN(Tree) | forpy::Tree | private |
enable_fast_prediction() | forpy::Tree | |
fast_tree | forpy::Tree | private |
fit(const Data< MatCRef > &data_v, const Data< MatCRef > &annotation_v, const size_t &n_threads, const bool &complete_dfs=true, const std::vector< float > &weights=std::vector< float >()) | forpy::Tree | |
fit_dprov(std::shared_ptr< IDataProvider > data_provider, const bool &complete_dfs=true) | forpy::Tree | |
forpy::Forest class | forpy::Tree | friend |
fut_mtx | forpy::Tree | private |
futures | forpy::Tree | private |
get_decider() const | forpy::Tree | inline |
get_depth() const | forpy::Tree | |
get_input_data_dimensions() const | forpy::Tree | inline |
get_leaf_manager() const | forpy::Tree | inline |
get_n_nodes() const | forpy::Tree | inline |
get_samples_stored() const | forpy::Tree | inline |
get_tree() const | forpy::Tree | inline |
get_weight() const | forpy::Tree | inline |
is_initialized() const | forpy::Tree | inline |
is_initialized_for_training | forpy::Tree | private |
leaf_manager | forpy::Tree | private |
make_node(const IDataProvider *data_provider, Desk *d) | forpy::Tree | |
max_depth | forpy::Tree | private |
min_samples_at_leaf | forpy::Tree | private |
min_samples_at_node | forpy::Tree | private |
next_id | forpy::Tree | private |
operator<<(std::ostream &stream, const Tree &self) | forpy::Tree | friend |
operator==(Tree const &rhs) const | forpy::Tree | |
parallel_DFS(Desk *d, TodoMark &mark, IDataProvider *data_provider, const bool &finalize=true) | forpy::Tree | |
predict(const Data< MatCRef > &data_v, const int &num_threads=1, const bool &use_fast_prediction_if_available=true, const bool &predict_proba=false, const bool &for_forest=false) | forpy::Tree | |
predict_leaf(const Data< MatCRef > &data, const id_t &start_node=0, const std::function< void(void *)> &dptf=nullptr) const | forpy::Tree | |
predict_leaf_result(const Data< MatCRef > &data, const id_t &start_node=0, const std::function< void(void *)> &dptf=nullptr) const | forpy::Tree | inline |
predict_proba(const Data< MatCRef > &data_v, const int &num_threads=1, const bool &use_fast_prediction_if_available=true) | forpy::Tree | |
random_seed | forpy::Tree | private |
save(const std::string &filename) const | forpy::Tree | |
serialize(Archive &ar, const uint &) | forpy::Tree | inlineprivate |
set_weight(const float &new_weight) | forpy::Tree | inline |
stored_in_leafs | forpy::Tree | private |
Tree(const uint &max_depth=std::numeric_limits< uint >::max(), const uint &min_samples_at_leaf=1, const uint &min_samples_at_node=2, const std::shared_ptr< IDecider > &decider=nullptr, const std::shared_ptr< ILeaf > &leaf_manager=nullptr, const uint &random_seed=1) | forpy::Tree | |
Tree(std::string filename) | forpy::Tree | |
tree | forpy::Tree | private |
weight | forpy::Tree | private |