Trait

io.github.mandar2812.dynaml.pipes

ReversibleScaler

Related Doc: package pipes

Permalink

trait ReversibleScaler[S] extends Scaler[S] with Encoder[S, S]

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

Abstract Value Members

  1. abstract val i: Scaler[S]

    Permalink

    The inverse operation of this scaling.

    The inverse operation of this scaling.

    Definition Classes
    ReversibleScalerEncoder
  2. abstract def run(data: S): S

    Permalink
    Definition Classes
    DataPipe

Concrete 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[S]): Basis[S]

    Permalink

    Represents the composition of two pipes, one a vanilla data pipe and the other a basis expansion, resulting in a third pipe Schematically represented as:

    Represents the composition of two pipes, one a vanilla data pipe and the other a basis expansion, resulting in a third pipe Schematically represented as:

    Source -> Destination :: Destination -> breeze.linalg.DenseVector == Source -> breeze.linalg.DenseVector

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

    Permalink
  5. def *[T](that: Scaler[T]): Scaler[(S, T)]

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

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

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

    Permalink
  9. def >[Further](that: Encoder[S, Further]): Encoder[S, Further]

    Permalink

    Represents the composition of two encoders, resulting in a third encoder Schematically represented as:

    Represents the composition of two encoders, resulting in a third encoder Schematically represented as:

    S -> D :: D -> Further == S -> Further

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

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

    Permalink

    Represents the composition of two pipes, resulting in a third pipe Schematically represented as:

    Represents the composition of two pipes, resulting in a third pipe Schematically represented as:

    Source -> Destination :: Destination -> Further == Source -> Further

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

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

    Permalink
    Definition Classes
    ReversibleScalerScalerDataPipe
  14. def apply(data: S): S

    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 equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toPipe: (S) ⇒ S

    Permalink
    Definition Classes
    DataPipeDataPipeConvertible
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

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

Inherited from Encoder[S, S]

Inherited from Scaler[S]

Inherited from DataPipe[S, S]

Inherited from Serializable

Inherited from Serializable

Inherited from DataPipeConvertible[S, S]

Inherited from AnyRef

Inherited from Any

Ungrouped