Class/Object

io.github.mandar2812.dynaml.pipes

TupleIntegerEncoder

Related Docs: object TupleIntegerEncoder | package pipes

Permalink

case class TupleIntegerEncoder(arities: List[Int]) extends Encoder[List[Int], Int] with Product with Serializable

Linear Supertypes
Product, Equals, Encoder[List[Int], Int], DataPipe[List[Int], Int], Serializable, Serializable, DataPipeConvertible[List[Int], Int], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TupleIntegerEncoder
  2. Product
  3. Equals
  4. Encoder
  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 TupleIntegerEncoder(arities: List[Int])

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

    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 *[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): ParallelPipe[List[Int], Int, OtherSource, OtherDestination]

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >[Further](that: Encoder[Int, Further]): Encoder[List[Int], 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
  7. def >[Further](that: DataPipeConvertible[Int, Further]): DataPipe[List[Int], 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
  8. def >-<[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): DataPipe2[List[Int], OtherSource, (Int, OtherDestination)]

    Permalink
    Definition Classes
    DataPipe
  9. def apply[T <: Traversable[List[Int]]](data: T): T

    Permalink
    Definition Classes
    DataPipe
  10. def apply(data: List[Int]): Int

    Permalink
    Definition Classes
    DataPipe
  11. val arities: List[Int]

    Permalink
  12. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. val i: DataPipe[Int, List[Int]]

    Permalink

    Represents the decoding operation.

    Represents the decoding operation.

    Definition Classes
    TupleIntegerEncoderEncoder
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def run(data: List[Int]): Int

    Permalink
    Definition Classes
    TupleIntegerEncoderDataPipe
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toPipe: (List[Int]) ⇒ Int

    Permalink
    Definition Classes
    DataPipeDataPipeConvertible
  25. final def wait(): Unit

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

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

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

Inherited from Product

Inherited from Equals

Inherited from Encoder[List[Int], Int]

Inherited from DataPipe[List[Int], Int]

Inherited from Serializable

Inherited from Serializable

Inherited from DataPipeConvertible[List[Int], Int]

Inherited from AnyRef

Inherited from Any

Ungrouped