Packages

o

scalation.analytics

NeuralNet_XLTest

object NeuralNet_XLTest extends App

The NeuralNet_XLTest object is used to test the NeuralNet_XL class.

See also

www4.rgu.ac.uk/files/chapter3%20-%20bp.pdf > runMain scalation.analytics.NeuralNet_XLTest

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NeuralNet_XLTest
  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 nn: NeuralNet_XL
  5. val rg0: Regression
  6. val rg1: Regression
  7. val s: Int
  8. val x: MatrixD
  9. val y: MatrixD
  10. val y0: VectorD
  11. val y0p: VectoD
  12. val y1: VectorD
  13. val y1p: VectoD

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