object PerceptronTest8 extends App
The PerceptronTest8
object trains a perceptron on the ExampleAutoMPG
dataset.
> runMain scalation.analytics.PerceptronTest8
- Alphabetic
- By Inheritance
- PerceptronTest8
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val bounds: (Double, Double)
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val extrem: PairD
- def f(u: Double): Double
- val f_: AFF
- def fi(t: Double): Double
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val nn: Perceptron
- val rg: Regression
- val rnk: VectoI
- val ry: VectoD
- val ryp: VectoD
- val ryq: VectoD
- val ryt: VectoD
- val trg: TranRegression
- val yp: VectoD
- val yps: VectoD
- val yq: VectoD
- val ys: MatrixD
- val ys2: MatrixD
- val yt: VectoD
- val yt2: VectoD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear