Principal Component Analysis.Number Of Components Property
Gets or sets the number of components to retain.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.