public static class EnsembleModelReadWrite.EnsembleNodeData
extends Object
implements scala.Product, scala.Serializable
Node
in a tree ensemble
param: treeID Tree index param: nodeData Data for this node
Constructor and Description |
---|
EnsembleNodeData(int treeID,
DecisionTreeModelReadWrite.NodeData nodeData) |
Modifier and Type | Method and Description |
---|---|
DecisionTreeModelReadWrite.NodeData |
nodeData() |
int |
treeID() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnsembleNodeData(int treeID, DecisionTreeModelReadWrite.NodeData nodeData)
public int treeID()
public DecisionTreeModelReadWrite.NodeData nodeData()