|
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; }
<ObsoleteAttribute("Please use ComponentValues instead.")>
Public ReadOnly Property ComponentMatrix As Double(,)
Get
Request Example
View SourceProperty Value
Type:
DoubleThe matrix of principal components.
See Also