MCPcopy Create free account
hub / github.com/apache/madlib / indexConStats

Method indexConStats

src/modules/recursive_partitioning/DT_impl.hpp:1806–1814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1804
1805template <class Container, class DTree>
1806inline
1807Index
1808TreeAccumulator<Container, DTree>::indexConStats(Index feature_index,
1809 Index bin_index,
1810 bool is_split_true) const {
1811 assert(feature_index < n_con_features);
1812 assert(bin_index < n_bins);
1813 return computeSubIndex(feature_index * n_bins, bin_index, is_split_true);
1814}
1815// -------------------------------------------------------------------------
1816
1817template <class Container, class DTree>

Callers 2

expandMethod · 0.80
expand_by_samplingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected