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 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
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
A deterministic and reversible encoding from a domain to a range. Mathematically equivalent to a bijective function.
The domain type
The output type