public abstract class RegTreeNode
extends java.lang.Object
implements 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 |
split_index() |
public abstract int getParentIndex()
public abstract int getLeftChildIndex()
public abstract int getRightChildIndex()
public abstract float getSplitCondition()
public abstract float getLeafValue()
public abstract boolean default_left()
public abstract int split_index()