| Package | Description |
|---|---|
| weka.classifiers.trees.ft | |
| weka.classifiers.trees.lmt |
| Modifier and Type | Method and Description |
|---|---|
void |
FTInnerNode.buildTree(Instances data,
SimpleLinearRegression[][] higherRegressions,
double totalInstanceWeight,
double higherNumParameters)
Method for building the tree structure.
|
void |
FTLeavesNode.buildTree(Instances data,
SimpleLinearRegression[][] higherRegressions,
double totalInstanceWeight,
double higherNumParameters)
Method for building the tree structure.
|
void |
FTNode.buildTree(Instances data,
SimpleLinearRegression[][] higherRegressions,
double totalInstanceWeight,
double higherNumParameters)
Method for building the tree structure.
|
abstract void |
FTtree.buildTree(Instances data,
SimpleLinearRegression[][] higherRegressions,
double totalInstanceWeight,
double higherNumParameters)
Abstract method for building the tree structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LMTNode.buildTree(Instances data,
SimpleLinearRegression[][] higherRegressions,
double totalInstanceWeight,
double higherNumParameters)
Method for building the tree structure.
|
Copyright © 2021 University of Waikato, Hamilton, NZ. All rights reserved.