Uses of Class
com.imsl.datamining.PredictiveModel.StateChangeException
Packages that use PredictiveModel.StateChangeException
Package
Description
Data mining and machine learning.
Decision trees.
-
Uses of PredictiveModel.StateChangeException in com.imsl.datamining
Methods in com.imsl.datamining that throw PredictiveModel.StateChangeExceptionModifier and TypeMethodDescriptiondoubleCrossValidation.getCrossValidatedError()Returns the cross-validated error. -
Uses of PredictiveModel.StateChangeException in com.imsl.datamining.decisionTree
Methods in com.imsl.datamining.decisionTree that throw PredictiveModel.StateChangeExceptionModifier and TypeMethodDescriptionvoidDecisionTree.fitModel()Fits the decision tree.DecisionTree.getDecisionTree()Returns aTreeobject.doubleDecisionTree.getFittedMeanSquaredError()Returns the mean squared error on the training data.doubleDecisionTree.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.