|
IComponentOptionsPostprocessing 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 Action<IDistribution[], double[]> Postprocessing { get; set; }
Property Postprocessing As Action(Of IDistribution(), Double())
Get
Set
Request Example
View SourceProperty Value
Type:
ActionIDistribution,
DoubleSee Also