Click or drag to resize
Accord.NET (logo)

IComponentOptions Interface

Common interface for fitting options that support sharing parameters between multiple components of a compound, mixture distribution.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IComponentOptions : IFittingOptions, 
	ICloneable
Request Example View Source

The IComponentOptions type exposes the following members.

Properties
  NameDescription
Public propertyPostprocessing
Gets or sets a post processing step can be called after all component distributions have been fitted (or their .Fit() method has been called).
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Top
See Also