Packages

o

scalation.analytics

ActivationFunTest

object ActivationFunTest extends App

The ActivationFunTest is used to test the ActivationFun object. > runMain scalation.analytics.ActivationFunTest

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

Value Members

  1. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  2. val gauss: VectoD
  3. val gaussD: VectoD
  4. val ident: VectoD
  5. val identD: VectoD
  6. val logist: VectoD
  7. val logit: VectoD
  8. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  9. val p: VectorD
  10. val reluf: VectoD
  11. val relufD: VectoD
  12. val sigmo: VectoD
  13. val sigmoD: VectoD
  14. val softmo: VectoD
  15. val t: VectorD
  16. val tanhh: VectoD
  17. val tanhhD: 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