Click or drag to resize
Accord.NET (logo)

BasePrincipalComponentAnalysisComponentMatrix Property

Note: This API is now obsolete.

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
[ObsoleteAttribute("Please use ComponentValues instead.")]
public double[,] ComponentMatrix { get; }
Request Example View Source

Property Value

Type: Double
The matrix of principal components.
See Also