@Deprecated public class SequentialBuilder extends Object
| Constructor and Description |
|---|
SequentialBuilder(Random rng,
TreeBuilder treeBuilder,
Data data)
Deprecated.
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DecisionForest |
build(int nbTrees)
Deprecated.
|
public SequentialBuilder(Random rng, TreeBuilder treeBuilder, Data data)
rng - random-numbers generatortreeBuilder - tree builderdata - training datapublic DecisionForest build(int nbTrees)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.