PrincipalComponentAnalysis.NumberOfComponents Property

Gets or sets the number of components to retain.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int NumberOfComponents { get; set; }

Property Value

Int32

Remarks

When Principal Component Analysis is used as a means for dimensionality reduction, this property specifies the number of components to retain. Transforming the input means expressing the original data in terms of the retained components.

See Also