Class/Object

io.github.mandar2812.dynaml.pipes

Basis

Related Docs: object Basis | package pipes

Permalink

abstract class Basis[-I] extends DataPipe[I, DenseVector[Double]]

Defines an abstract type for a basis expansion/mapping.

Self Type
Basis[I]
Linear Supertypes
DataPipe[I, DenseVector[Double]], Serializable, Serializable, DataPipeConvertible[I, DenseVector[Double]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Basis
  2. DataPipe
  3. Serializable
  4. Serializable
  5. DataPipeConvertible
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Basis()

    Permalink

Abstract Value Members

  1. abstract val f: (I) ⇒ DenseVector[Double]

    Permalink
    Attributes
    protected

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[DenseVector[Double]]): Basis[I]

    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 *[J](other: Basis[J]): Basis[(I, J)]

    Permalink
  5. def *[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): ParallelPipe[I, DenseVector[Double], OtherSource, OtherDestination]

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. def >(other: DataPipe[DenseVector[Double], DenseVector[Double]]): Basis[I]

    Permalink
  8. def >[Further](that: DataPipeConvertible[DenseVector[Double], Further]): DataPipe[I, 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
  9. def >-<[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): DataPipe2[I, OtherSource, (DenseVector[Double], OtherDestination)]

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

    Permalink
    Definition Classes
    DataPipe
  11. def apply(data: I): DenseVector[Double]

    Permalink
    Definition Classes
    DataPipe
  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 equals(arg0: Any): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def run(x: I): DenseVector[Double]

    Permalink
    Definition Classes
    BasisDataPipe
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toPipe: (I) ⇒ DenseVector[Double]

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

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

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

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

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

Inherited from DataPipe[I, DenseVector[Double]]

Inherited from Serializable

Inherited from Serializable

Inherited from DataPipeConvertible[I, DenseVector[Double]]

Inherited from AnyRef

Inherited from Any

Ungrouped