M
- Type of tree model in this ensemblepublic interface TreeEnsembleModel<M extends DecisionTreeModel>
Modifier and Type | Method and Description |
---|---|
StructField |
getLeafField(String leafCol) |
Vector |
javaTreeWeights()
Weights used by the python wrappers.
|
Vector |
predictLeaf(Vector features) |
String |
toDebugString()
Full description of model
|
String |
toString()
Summary of the model
|
int |
totalNumNodes()
Total number of nodes, summed over all trees in the ensemble.
|
M[] |
trees()
Trees in this ensemble.
|
double[] |
treeWeights()
Weights for each tree, zippable with
trees |
M[] trees()
double[] treeWeights()
trees
Vector javaTreeWeights()
String toString()
toString
in class Object
String toDebugString()
int totalNumNodes()
Vector predictLeaf(Vector features)
features
- (undocumented)StructField getLeafField(String leafCol)