|
BasePrincipalComponentAnalysisSingularValues Property
|
Provides access to the Singular Values stored during the analysis.
If a covariance method is chosen, then it will contain an empty vector.
Namespace:
Accord.Statistics.Analysis.Base
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[] SingularValues { get; protected set; }
Public Property SingularValues As Double()
Get
Protected Set
Request Example
View SourceProperty Value
Type:
DoubleThe singular values.
See Also