PrincipalComponentAnalysis.NumberOfComponents 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.0
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