io.github.mandar2812.dynaml.modelpipe
A pipeline which encapsulates a DynaML Model.predict() functionality.
The training data type accepted by the encapsulated model
The type of unprocessed input to the pipe
The type of input features the model accepts
The type of output returned by Model.predict()
The type of the processed output.
Pre-processing DataPipe
The underlying model
Post-processing DataPipe
A pipeline which encapsulates a DynaML Model.predict() functionality.
The training data type accepted by the encapsulated model
The type of unprocessed input to the pipe
The type of input features the model accepts
The type of output returned by Model.predict()
The type of the processed output.