Click or drag to resize

Multivariate.PrincipalComponentAnalysis Method (IReadOnlyList<Double>[])

Performs a principal component analysis of the columns.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static PrincipalComponentAnalysis PrincipalComponentAnalysis(
	params IReadOnlyList<double>[] columns
)

Parameters

columns
Type:System.Collections.Generic.IReadOnlyList<Double>[]
The columns on which to perform the analysis.

Return Value

Type: PrincipalComponentAnalysis
The result of the principal component analysis.
See Also