o

scalation.minima

LassoAdmmTest2

object LassoAdmmTest2 extends App

The LassoAdmmTest2 object tests LassoAdmm class using the following regression equation.

y = b dot x = b_0 + b_1*x_1 + b_2*x_2.

See also

www.cs.jhu.edu/~svitlana/papers/non_refereed/optimization_1.pdf > runMain scalation.minima.LassoAdmmTest2

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

Value Members

  1. val MAX_ITER: Int
  2. val eta: Double
  3. final val executionStart: Long
    Definition Classes
    App
  4. def f(x: VectoD): Double
  5. def grad(x: VectoD): VectoD
  6. def h(x: VectoD): Double
  7. var l: Double
  8. def lg(x: VectoD): Double
  9. final def main(args: Array[String]): Unit
    Definition Classes
    App
  10. var p: Double
  11. val p0: Double
  12. val x: VectorD
  13. val z: MatrixD

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