Packages

o

scalation.analytics

MatrixTransformTest

object MatrixTransformTest extends App

The MatrixTransformTest is used to test the MatrixTransform object. It tests centering, scaling and normalization. > runMain scalation.analytics.MatrixTransformTest

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatrixTransformTest
  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. final def main(args: Array[String]): Unit
    Definition Classes
    App
  3. val max_x: VectorD
  4. val min_x: VectorD
  5. val mu_x: VectoD
  6. val sig_x: VectorD
  7. val x: MatrixD
  8. val x_c: MatriD
  9. val x_n: MatriD
  10. val x_s: MatriD
  11. val x_s2: MatriD

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