Partial Least Squares Model.Deploy Method
Creates a deployed copy of this model containing only the state
required for prediction and transformation.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
A new deployed instance of the model.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
public PartialLeastSquaresModel Deploy()Return Value
PartialLeastSquaresModelA new deployed instance of the model.
Remarks
The current instance remains unchanged and retains full fitted state.