Package com.imsl.test.example.datamining
Class LogisticRegressionEx3
java.lang.Object
com.imsl.test.example.datamining.LogisticRegressionEx3
Trains a logistic regression model for multinomial count data.
This example performs logistic regression for a multinomial response variable with 3 classes against a single continuous predictor. The data is in the form of counts: the number of occurrences in each class out of a given number of frequencies, or trials.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogisticRegressionEx3
public LogisticRegressionEx3()
-
-
Method Details
-
main
- Throws:
Exception
-