object SimpleLogisticRegressionTest extends App
The SimpleLogisticRegressionTest
object tests the SimpleLogisticRegression
class on the mtcars dataset. Use built-in optimizer.
- See also
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.SimpleLogisticRegressionTest
ExampleMtcars.scala
- Alphabetic
- By Inheritance
- SimpleLogisticRegressionTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val fn: Array[String]
- val lrg: SimpleLogisticRegression
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val x: MatrixD
- val x1: VectorD
- val y: VectorI
- val yp: VectoI
- var z: VectorD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear