Uses of Package
com.imsl.datamining
Packages that use com.imsl.datamining
Package
Description
Data mining and machine learning.
Decision trees.
Support vector machines.
Data mining examples.
-
Classes in com.imsl.datamining used by com.imsl.dataminingClassDescriptionContains association rules discovered by the Apriori algorithm.Performs stochastic gradient boosting for a single response variable and multiple predictor variables.The loss function type as specified by the error measure.Object containing a set of frequent items and the number of transactions examined to obtain the frequent item set.A Kohonen self organizing map.Performs binomial or multinomial logistic regression.Predicts a data set using a previously trained logistic regression model object.Specifies a predictive model.An exception class intended to be the parent of all nested Exception classes where the enclosing class extends
PredictiveModel.Exception thrown when an input parameter has changed that might affect the model estimates or predictions.Exception thrown when the sum of probabilities is not approximately one.Enumerates different variable types.Defines a sequence database for use with thePrefixSpanalgorithm. -
Classes in com.imsl.datamining used by com.imsl.datamining.decisionTreeClassDescriptionSpecifies a predictive model.An exception class intended to be the parent of all nested Exception classes where the enclosing class extends
PredictiveModel.Exception thrown when an input parameter has changed that might affect the model estimates or predictions.Exception thrown when the sum of probabilities is not approximately one.Enumerates different variable types. -
Classes in com.imsl.datamining used by com.imsl.datamining.supportvectormachineClassDescriptionSpecifies a predictive model.An exception class intended to be the parent of all nested Exception classes where the enclosing class extends
PredictiveModel.Exception thrown when the sum of probabilities is not approximately one.Enumerates different variable types. -
Classes in com.imsl.datamining used by com.imsl.test.example.datamining