Click or drag to resize
Accord.NET (logo)

NormalOptionsPostprocessing Property

Gets or sets a post processing step can be called after all component distributions have been fitted (or their .Fit() method has been called).

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Action<IDistribution[], double[]> Postprocessing { get; set; }
Request Example View Source

Property Value

Type: ActionIDistribution, Double

Implements

IComponentOptionsPostprocessing
See Also