public static class RegTreeImpl.Node extends RegTreeNode implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
cdefault() |
boolean |
default_left() |
float |
getLeafValue() |
int |
getLeftChildIndex() |
int |
getParentIndex() |
int |
getRightChildIndex() |
float |
getSplitCondition() |
boolean |
is_leaf() |
int |
split_index() |
public boolean is_leaf()
public int split_index()
split_index in class RegTreeNodepublic int cdefault()
public boolean default_left()
default_left in class RegTreeNodepublic int getParentIndex()
getParentIndex in class RegTreeNodepublic int getLeftChildIndex()
getLeftChildIndex in class RegTreeNodepublic int getRightChildIndex()
getRightChildIndex in class RegTreeNodepublic float getSplitCondition()
getSplitCondition in class RegTreeNodepublic float getLeafValue()
getLeafValue in class RegTreeNode