Click or drag to resize

PrincipalComponentAnalysisTransformedSample Method

Represents the original data in terms of principal components.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public MultivariateSample TransformedSample()

Return Value

Type: MultivariateSample
A multivariate sample whose columns are the weights of each principal component in each entry of the originally analyzed sample.
See Also