Principal Component Analysis.Number Of Components 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int NumberOfComponents { get; set; }
Property Value
Int32Remarks
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.