o

scalation.minima

StochasticGradientTest

object StochasticGradientTest extends App

The StochasticGradientTest object is used to test the StochasticGradient class.

See also

scalation.analytics.RegressionTest3 > runMain scalation.minima.StochasticGradientTest

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

Value Members

  1. val dx: MatrixD
  2. val dy: VectorD
  3. val e: VectorD
  4. final val executionStart: Long
    Definition Classes
    App
  5. def fxy(x: MatrixD, y: VectorD, b: VectorD): Double
  6. final def main(args: Array[String]): Unit
    Definition Classes
    App
  7. val rSquared: Double
  8. val sgd: StochasticGradient
  9. val sse: Double
  10. val ssr: Double
  11. val sst: Double
  12. val x: VectorD
  13. val x0: 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