Click or drag to resize
Accord.NET (logo)

BasePrincipalComponentAnalysisExplainedVariance Property

Gets or sets the amount of explained variance that should be generated by this model. This value will alter the NumberOfOutputs that can be generated by this model.

Namespace:  Accord.Statistics.Analysis.Base
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double ExplainedVariance { get; set; }
Request Example View Source

Property Value

Type: Double
See Also