Model.DeployInPlaceCore Method

Releases model state that is not required for prediction.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
protected virtual void DeployInPlaceCore()

Remarks

Override this method in derived classes to release diagnostic information and training data that is not needed for prediction. Always call the base implementation to clear the data in the Data property.

See Also