Packages

o

scalation.analytics.classifier

SimpleLogisticRegressionTest2

object SimpleLogisticRegressionTest2 extends App

The SimpleLogisticRegressionTest2 object tests the SimpleLogisticRegression class on the mtcars dataset. Use grid search optimizer. To get a better solution, refine the grid.

See also

ExampleMtcars.scala

www.cookbook-r.com/Statistical_analysis/Logistic_regression/ Answer: b = (-8.8331, 0.4304), n_dev = 43.860, r_dev = 25.533, aic = 29.533, pseudo_rSq = 0.4178 > runMain scalation.analytics.classifier.SimpleLogisticRegressionTest2

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleLogisticRegressionTest2
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. var b_min: VectorD
  2. final val executionStart: Long
    Definition Classes
    App
  3. val fn: Array[String]
  4. var ll_min: Double
  5. val lrg: SimpleLogisticRegression
  6. final def main(args: Array[String]): Unit
    Definition Classes
    App
  7. val x: MatrixD
  8. val x1: VectorD
  9. val y: VectorI

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear