Click or drag to resize
Accord.NET (logo)

BasePrincipalComponentAnalysisComponentVectors Property

Gets a matrix whose columns contain the principal components. Also known as the Eigenvectors or loadings matrix.

Namespace:  Accord.Statistics.Analysis.Base
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[][] ComponentVectors { get; protected set; }
Request Example View Source

Property Value

Type: Double
The matrix of principal components.
See Also