A struct representing the custom type for trees. More...
#include <VeloxDecisionTree.h>
Public Types | |
| using | type = std::shared_ptr<Tree> |
| The underlying type for the custom type. | |
Static Public Attributes | |
| static constexpr const char * | typeName = "tree_type" |
| The name of the custom type. | |
A struct representing the custom type for trees.