Class

io.github.mandar2812.dynaml.utils

UnivariateGaussianScaler

Related Doc: package utils

Permalink

case class UnivariateGaussianScaler(mean: Double, sigma: Double) extends ReversibleScaler[Double] with Product with Serializable

Linear Supertypes
Product, Equals, ReversibleScaler[Double], Encoder[Double, Double], Scaler[Double], DataPipe[Double, Double], Serializable, Serializable, DataPipeConvertible[Double, Double], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnivariateGaussianScaler
  2. Product
  3. Equals
  4. ReversibleScaler
  5. Encoder
  6. Scaler
  7. DataPipe
  8. Serializable
  9. Serializable
  10. DataPipeConvertible
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnivariateGaussianScaler(mean: Double, sigma: Double)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %>(that: Basis[Double]): Basis[Double]

    Permalink
    Definition Classes
    DataPipe
  4. def *[T](that: ReversibleScaler[T]): ReversibleScaler[(Double, T)]

    Permalink
    Definition Classes
    ReversibleScaler
  5. def *[T](that: Scaler[T]): Scaler[(Double, T)]

    Permalink
    Definition Classes
    Scaler
  6. def *[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): ParallelPipe[Double, Double, OtherSource, OtherDestination]

    Permalink
    Definition Classes
    DataPipe
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def >(otherRevScaler: ReversibleScaler[Double]): ReversibleScaler[Double]

    Permalink
    Definition Classes
    ReversibleScaler
  9. def >[Further](that: Encoder[Double, Further]): Encoder[Double, Further]

    Permalink
    Definition Classes
    Encoder
  10. def >(otherScaler: Scaler[Double]): Scaler[Double]

    Permalink
    Definition Classes
    Scaler
  11. def >[Further](that: DataPipeConvertible[Double, Further]): DataPipe[Double, Further]

    Permalink
    Definition Classes
    DataPipe
  12. def >-<[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): DataPipe2[Double, OtherSource, (Double, OtherDestination)]

    Permalink
    Definition Classes
    DataPipe
  13. def apply[T <: Traversable[Double]](data: T): T

    Permalink
    Definition Classes
    ReversibleScaler → Scaler → DataPipe
  14. def apply(data: Double): Double

    Permalink
    Definition Classes
    DataPipe
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. val i: Scaler[Double]

    Permalink

    The inverse operation of this scaling.

    The inverse operation of this scaling.

    Definition Classes
    UnivariateGaussianScaler → ReversibleScaler → Encoder
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val mean: Double

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def run(data: Double): Double

    Permalink
    Definition Classes
    UnivariateGaussianScaler → DataPipe
  27. val sigma: Double

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toPipe: (Double) ⇒ Double

    Permalink
    Definition Classes
    DataPipe → DataPipeConvertible
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from ReversibleScaler[Double]

Inherited from Encoder[Double, Double]

Inherited from Scaler[Double]

Inherited from DataPipe[Double, Double]

Inherited from Serializable

Inherited from Serializable

Inherited from DataPipeConvertible[Double, Double]

Inherited from AnyRef

Inherited from Any

Ungrouped