Click or drag to resize
Accord.NET (logo)

BaseDiscriminantAnalysisEigenvalues Property

Gets the Eigenvalues found by the analysis associated with each vector of the ComponentMatrix matrix.

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

Property Value

Type: Double
See Also