Packages

o

scalation.analytics

RidgeRegressionTest2

object RidgeRegressionTest2 extends App

The RidgeRegressionTest2 object tests RidgeRegression class using the following regression equation.

y = b dot x = b_1*x1 + b_2*x_2.

Try non-default value for the 'lambda' hyper-parameter. > runMain scalation.analytics.RidgeRegressionTest2

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

Value Members

  1. final val executionStart: Long
    Definition Classes
    App
  2. val hp2: HyperParameter
  3. final def main(args: Array[String]): Unit
    Definition Classes
    App
  4. val mu_x: VectoD
  5. val mu_y: Double
  6. val rrg: RidgeRegression
  7. val x: MatrixD
  8. val x_c: MatrixD
  9. val y: VectorD
  10. val y_c: VectorD
  11. val yp: Double
  12. val z: VectorD
  13. val z_c: VectorD

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