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() |
int |
getSplitIndex() |
boolean |
isLeaf() |
int |
next(FVec feat) |
public boolean isLeaf()
isLeaf in interface ai.h2o.algos.tree.INode<FVec>public int getSplitIndex()
getSplitIndex in interface ai.h2o.algos.tree.INode<FVec>getSplitIndex in class RegTreeNodepublic int cdefault()
public boolean default_left()
default_left in class RegTreeNodepublic int getParentIndex()
getParentIndex in class RegTreeNodepublic int getLeftChildIndex()
getLeftChildIndex in interface ai.h2o.algos.tree.INode<FVec>getLeftChildIndex in class RegTreeNodepublic int getRightChildIndex()
getRightChildIndex in interface ai.h2o.algos.tree.INode<FVec>getRightChildIndex in class RegTreeNodepublic float getSplitCondition()
getSplitCondition in class RegTreeNodepublic float getLeafValue()
getLeafValue in interface ai.h2o.algos.tree.INode<FVec>getLeafValue in class RegTreeNode