Package com.imsl.test.example.datamining
Class LogisticRegressionModelObjectEx1
java.lang.Object
com.imsl.test.example.datamining.LogisticRegressionModelObjectEx1
Uses a trained logistic regression model to predict new data.
This example models the number of deaths (y1) out of a number of beetles (freqs) exposed to a chemical at a given dosage (x1). It then uses the model object to predict the number of deaths out of a number of beetles (freqs2) exposed to new dosages (x2).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogisticRegressionModelObjectEx1
public LogisticRegressionModelObjectEx1()
-
-
Method Details
-
main
- Throws:
Exception
-