The functions that compose the pipe operations.
The functions that compose the pipe operations.
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
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
The function which writes to the destination
The function which writes to the destination
A pipeline which takes a Stream of data and performs the scala
map
operation.