Click or drag to resize
Accord.NET (logo)

IndependentComponentAnalysisComponents Property

Gets the Independent Components in a object-oriented structure.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IndependentComponentCollection Components { get; }
Request Example View Source

Property Value

Type: IndependentComponentCollection
The collection of independent components.
See Also