Model.Deploy In Place Method
Converts this instance into a deployed model by releasing any training
data and diagnostic information that is not required for prediction.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
public void DeployInPlace()Remarks
After this call, members that are not available in deployment mode
will throw an InvalidOperationException.