Click or drag to resize

MultivariatePrincipalComponentAnalysis Method (IReadOnlyListDouble)

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.GenericIReadOnlyListDouble
The columns on which to perform the analysis.

Return Value

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