Packages

o

scalation.analytics

PerceptronTest8

object PerceptronTest8 extends App

The PerceptronTest8 object trains a perceptron on the ExampleAutoMPG dataset. > runMain scalation.analytics.PerceptronTest8

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

Value Members

  1. val bounds: (Double, Double)
  2. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  3. val extrem: PairD
  4. def f(u: Double): Double
  5. val f_: AFF
  6. def fi(t: Double): Double
  7. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  8. val nn: Perceptron
  9. val rg: Regression
  10. val rnk: VectoI
  11. val ry: VectoD
  12. val ryp: VectoD
  13. val ryq: VectoD
  14. val ryt: VectoD
  15. val trg: TranRegression
  16. val yp: VectoD
  17. val yps: VectoD
  18. val yq: VectoD
  19. val ys: MatrixD
  20. val ys2: MatrixD
  21. val yt: VectoD
  22. val yt2: 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