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