public abstract class RegTreeNode extends java.lang.Object implements ai.h2o.algos.tree.INode<FVec>, java.io.Serializable
| Constructor and Description |
|---|
RegTreeNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
default_left() |
abstract float |
getLeafValue() |
abstract int |
getLeftChildIndex() |
abstract int |
getParentIndex() |
abstract int |
getRightChildIndex() |
abstract float |
getSplitCondition() |
abstract int |
getSplitIndex() |
public abstract int getParentIndex()
public abstract int getLeftChildIndex()
getLeftChildIndex in interface ai.h2o.algos.tree.INode<FVec>public abstract int getRightChildIndex()
getRightChildIndex in interface ai.h2o.algos.tree.INode<FVec>public abstract float getSplitCondition()
public abstract float getLeafValue()
getLeafValue in interface ai.h2o.algos.tree.INode<FVec>public abstract boolean default_left()
public abstract int getSplitIndex()
getSplitIndex in interface ai.h2o.algos.tree.INode<FVec>