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