Package | Description |
---|---|
com.imsl.datamining |
Data mining and machine learning.
|
com.imsl.datamining.decisionTree |
Decision trees.
|
Modifier and Type | Method and Description |
---|---|
double |
CrossValidation.getCrossValidatedError()
Returns the cross-validated error.
|
Modifier and Type | Method and Description |
---|---|
void |
DecisionTree.fitModel()
Fits the decision tree.
|
Tree |
DecisionTree.getDecisionTree()
Returns a
Tree object. |
double |
DecisionTree.getFittedMeanSquaredError()
Returns the mean squared error on the training data.
|
double |
DecisionTree.getMeanSquaredPredictionError()
Returns the mean squared error.
|
double[] |
DecisionTree.predict()
Predicts the training examples (in-sample predictions) using the most
recently grown tree.
|
double[] |
DecisionTree.predict(double[][] testData)
Predicts new data using the most recently grown decision tree.
|
double[] |
DecisionTree.predict(double[][] testData,
double[] testDataWeights)
Predicts new weighted data using the most recently grown decision tree.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.