MultivariatePrincipalComponentAnalysis(IReadOnlyListDouble) Method
Performs a principal component analysis of the columns.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- columns IReadOnlyListDouble
- The columns on which to perform the analysis.
PrincipalComponentAnalysisThe result of the principal component analysis.