FactorAnalysis.DeployInPlaceCore Method

Converts this instance into a deployed model by releasing any training data and diagnostic information that is not required for transformation.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
protected override void DeployInPlaceCore()

Remarks

After this call, members that are not available in deployment mode will throw an InvalidOperationException.

See Also