object ActivationFunTest extends App
The ActivationFunTest
is used to test the ActivationFun
object.
> runMain scalation.analytics.ActivationFunTest
- Alphabetic
- By Inheritance
- ActivationFunTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val eluf: VectoD
- val elufD: VectoD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val gauss: VectoD
- val gaussD: VectoD
- val ident: VectoD
- val identD: VectoD
- val logist: VectoD
- val logit: VectoD
- val lreluf: VectoD
- val lrlufD: VectoD
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val p: VectorD
- val reluf: VectoD
- val relufD: VectoD
- val sigmo: VectoD
- val sigmoD: VectoD
- val softmo: VectoD
- val t: VectorD
- val tanhh: VectoD
- val tanhhD: 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