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
)
Public Shared Function PrincipalComponentAnalysis (
ParamArray columns As IReadOnlyList(Of Double)()
) As PrincipalComponentAnalysis
public:
static PrincipalComponentAnalysis^ PrincipalComponentAnalysis(
... array<IReadOnlyList<double>^>^ columns
)
static member PrincipalComponentAnalysis :
columns : IReadOnlyList<float>[] -> PrincipalComponentAnalysis
Parameters
- columns
- Type: System.Collections.GenericIReadOnlyListDouble
The columns on which to perform the analysis.
Return Value
Type:
PrincipalComponentAnalysisThe result of the principal component analysis.
See Also