Package | Description |
---|---|
org.apache.ignite.ml.tree |
Root package for decision trees.
|
Modifier and Type | Method and Description |
---|---|
static DecisionTreeNode |
NodeData.buildTree(Map<Integer,NodeData> nodes,
NodeData rootNodeData)
Build tree or sub-tree based on indices and nodes sorted map as a dictionary.
|
Modifier and Type | Method and Description |
---|---|
static DecisionTreeModel |
NodeData.buildDecisionTreeModel(Map<Integer,NodeData> nodes)
Builds the DT model by the given sorted map of nodes.
|
static DecisionTreeNode |
NodeData.buildTree(Map<Integer,NodeData> nodes,
NodeData rootNodeData)
Build tree or sub-tree based on indices and nodes sorted map as a dictionary.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022