Click or drag to resize
Accord.NET (logo)

BasePrincipalComponentAnalysisComponents Property

Gets the Principal Components in a object-oriented structure.

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

Property Value

Type: PrincipalComponentCollection
The collection of principal components.
See Also