Packages

o

scalation.analytics

TranRegressionTest7

object TranRegressionTest7 extends App

The TranRegressionTest7 object tests the TranRegression class using the AutoMPG dataset. It also combines feature selection with cross-validation and plots R2, R2 bar and R^2 cv vs. the instance index. > runMain scalation.analytics.TranRegressionTest7

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

Value Members

  1. val cols: Set[Int]
  2. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  3. val f: ((Double) ⇒ Double, (Double) ⇒ Double, String)
  4. val k: Int
  5. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  6. val rSq: MatriD
  7. def recip(y: Double): Double
  8. val t: VectorD
  9. val trg: TranRegression

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