object SimpleLogisticRegressionTest3 extends App
The SimpleLogisticRegressionTest3
object tests the SimpleLogisticRegression
class. Compare SimpleLogisticRegressionTest
with SimpleRegression
.
- 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.SimpleLogisticRegressionTest3
- Alphabetic
- By Inheritance
- SimpleLogisticRegressionTest3
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val lrg: SimpleLogisticRegression
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val srg: SimpleRegression
- val x1: VectorD
- val xx: MatrixD
- val y: VectorI
- val yp: VectoI
- val yq: VectoD
- val yr: 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