decodeWithOptimizer(from:)
Reads the encoded transformer with a decoder.
Declaration
func decodeWithOptimizer(from decoder: inout any EstimatorDecoder) throws -> NumericImputer<Element>.TransformerParameters
- decoder:
A decoder.
Return Value
The decoded transformer.