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. Protected

Value Members

  1. val eluf: VectoD
  2. val elufD: VectoD
  3. final val executionStart: Long
    Definition Classes
    App
  4. val gauss: VectoD
  5. val gaussD: VectoD
  6. val ident: VectoD
  7. val identD: VectoD
  8. val logist: VectoD
  9. val logit: VectoD
  10. val lreluf: VectoD
  11. val lrlufD: VectoD
  12. final def main(args: Array[String]): Unit
    Definition Classes
    App
  13. val p: VectorD
  14. val reluf: VectoD
  15. val relufD: VectoD
  16. val sigmo: VectoD
  17. val sigmoD: VectoD
  18. val softmo: VectoD
  19. val t: VectorD
  20. val tanhh: VectoD
  21. 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