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
This is a modified form of the > operator in DataPipe The pipe composition is applied to the resultant DataPipe produced by the MetaPipe.run and the argument.
This is a modified form of the > operator in DataPipe The pipe composition is applied to the resultant DataPipe produced by the MetaPipe.run and the argument.
The type of the result of the parameter.
The data pipe to join
Data Pipe wrapper of a curried function of order 1