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()
treesVector javaTreeWeights()
String toString()
toString in class ObjectString toDebugString()
int totalNumNodes()
Vector predictLeaf(Vector features)
features - (undocumented)StructField getLeafField(String leafCol)