public class RandomForestModel extends TreeEnsembleModel
| Constructor and Description |
|---|
RandomForestModel(scala.Enumeration.Value algo,
DecisionTreeModel[] trees) |
| Modifier and Type | Method and Description |
|---|---|
scala.Enumeration.Value |
algo() |
DecisionTreeModel[] |
trees() |
numTrees, predict, predict, predict, toDebugString, toString, totalNumNodespublic RandomForestModel(scala.Enumeration.Value algo,
DecisionTreeModel[] trees)
public scala.Enumeration.Value algo()
public DecisionTreeModel[] trees()