Click or drag to resize
Accord.NET (logo)

KernelPrincipalComponentAnalysisThreshold Property

Note: This API is now obsolete.

Gets or sets the minimum variance proportion needed to keep a principal component. If set to zero, all components will be kept. Default is 0.001 (all components which contribute less than 0.001 to the variance in the data will be discarded).

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please set ExplainedVariance instead.")]
public double Threshold { get; set; }
Request Example View Source

Property Value

Type: Double
See Also