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

Method DecisionTree

src/modules/recursive_partitioning/DT_impl.hpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98template <class Container>
99inline
100DecisionTree<Container>::DecisionTree():
101 Base(defaultAllocator().allocateByteString<
102 dbal::FunctionContext, dbal::DoZero, dbal::ThrowBadAlloc>(0)) {
103 this->initialize();
104}
105// ------------------------------------------------------------
106
107template <class Container>

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected