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