Class

io.github.mandar2812.dynaml.tensorflow.utils

TOScaler

Related Doc: package utils

Permalink

abstract class TOScaler extends ReversibleScaler[Output]

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

Instance Constructors

  1. new TOScaler()

    Permalink

Abstract Value Members

  1. abstract val i: Scaler[Output]

    Permalink
    Definition Classes
    ReversibleScaler → Encoder
  2. abstract def run(data: Output): Output

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

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

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

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

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

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

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

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

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

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

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

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

    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: (Output) ⇒ Output

    Permalink
    Definition Classes
    DataPipe → DataPipeConvertible
  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 ReversibleScaler[Output]

Inherited from Encoder[Output, Output]

Inherited from Scaler[Output]

Inherited from DataPipe[Output, Output]

Inherited from Serializable

Inherited from Serializable

Inherited from DataPipeConvertible[Output, Output]

Inherited from AnyRef

Inherited from Any

Ungrouped