|
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; }
<ObsoleteAttribute("Please set ExplainedVariance instead.")>
Public Property Threshold As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also