| Package | Description |
|---|---|
| com.imsl.datamining |
Data mining and machine learning.
|
| com.imsl.datamining.decisionTree |
Decision trees.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Tree> |
GradientBoosting.getTreeList()
Returns the list of boosted trees.
|
| Modifier and Type | Method and Description |
|---|---|
protected Tree |
Tree.clone()
Returns a clone of this object.
|
Tree |
DecisionTree.getDecisionTree()
Returns a
Tree object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ALACART.addSurrogates(Tree tree,
double[] surrogateInfo)
Adds the surrogate information to the tree.
|
void |
DecisionTreeSurrogateMethod.addSurrogates(Tree tree,
double[] surrogateInfo)
Adds the surrogate information to the tree.
|
Copyright © 2022 Rogue Wave Software. All rights reserved.