Class LogisticRegressionModelObjectEx1

java.lang.Object
com.imsl.test.example.datamining.LogisticRegressionModelObjectEx1

public class LogisticRegressionModelObjectEx1 extends Object

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).

See Also:
  • Constructor Details

    • LogisticRegressionModelObjectEx1

      public LogisticRegressionModelObjectEx1()
  • Method Details