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

Method nodeCount

src/modules/recursive_partitioning/DT_impl.hpp:921–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919 */
920template <class Container>
921inline
922uint64_t
923DecisionTree<Container>::nodeCount(const Index node_index) const{
924 return statCount(predictions.row(node_index));
925}
926// -------------------------------------------------------------------------
927
928

Callers 1

fill_rowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected