Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
The singular values.
See Also