Package | Description |
---|---|
weka.classifiers.trees.ft | |
weka.classifiers.trees.lmt |
Modifier and Type | Method and Description |
---|---|
abstract void |
FTtree.buildTree(Instances data,
SimpleLinearRegression[][] higherRegressions,
double totalInstanceWeight,
double higherNumParameters)
Abstract method for building the tree structure.
|
void |
FTNode.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 |
FTInnerNode.buildTree(Instances data,
SimpleLinearRegression[][] higherRegressions,
double totalInstanceWeight,
double higherNumParameters)
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 © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.