public interface RegTree
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex(FVec feat,
int root_id)
Retrieves nodes from root to leaf and returns leaf index.
|
float |
getLeafValue(FVec feat,
int root_id)
Retrieves nodes from root to leaf and returns leaf value.
|
RegTreeNode[] |
getNodes() |
int getLeafIndex(FVec feat, int root_id)
feat - feature vectorroot_id - starting root indexfloat getLeafValue(FVec feat, int root_id)
feat - feature vectorroot_id - starting root indexRegTreeNode[] getNodes()