RegularizedRegressionModel.DeployInPlaceCore Method

Releases model state that is not required for prediction.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
protected override 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