ML::fil::detail::decision_forest_builder< decision_forest_t > Member List

This is the complete list of members for ML::fil::detail::decision_forest_builder< decision_forest_t >, including all inherited members.

add_categorical_node(iter_t vec_begin, iter_t vec_end, std::optional< int > tl_node_id=std::nullopt, std::size_t depth=std::size_t{1}, bool default_to_distant_child=false, typename node_type::metadata_storage_type feature=typename node_type::metadata_storage_type{}, typename node_type::offset_type offset=typename node_type::offset_type{})ML::fil::detail::decision_forest_builder< decision_forest_t >inline
add_leaf_vector_node(iter_t vec_begin, iter_t vec_end, std::optional< int > tl_node_id=std::nullopt, std::size_t depth=std::size_t{1})ML::fil::detail::decision_forest_builder< decision_forest_t >inline
add_node(value_t val, std::optional< int > tl_node_id=std::nullopt, std::size_t depth=std::size_t{1}, bool is_leaf_node=true, bool default_to_distant_child=false, bool is_categorical_node=false, typename node_type::metadata_storage_type feature=typename node_type::metadata_storage_type{}, typename node_type::offset_type offset=typename node_type::offset_type{}, bool is_inclusive=false)ML::fil::detail::decision_forest_builder< decision_forest_t >inline
decision_forest_builder(index_type max_num_categories=index_type{}, index_type align_bytes=index_type{})ML::fil::detail::decision_forest_builder< decision_forest_t >inline
get_decision_forest(index_type num_feature, index_type num_class, raft_proto::device_type mem_type=raft_proto::device_type::cpu, int device=0, raft_proto::cuda_stream stream=raft_proto::cuda_stream{})ML::fil::detail::decision_forest_builder< decision_forest_t >inline
node_type typedefML::fil::detail::decision_forest_builder< decision_forest_t >
set_average_factor(double val)ML::fil::detail::decision_forest_builder< decision_forest_t >inline
set_bias(double val)ML::fil::detail::decision_forest_builder< decision_forest_t >inline
set_element_postproc(element_op val)ML::fil::detail::decision_forest_builder< decision_forest_t >inline
set_output_size(index_type val)ML::fil::detail::decision_forest_builder< decision_forest_t >inline
set_postproc_constant(double val)ML::fil::detail::decision_forest_builder< decision_forest_t >inline
set_row_postproc(row_op val)ML::fil::detail::decision_forest_builder< decision_forest_t >inline