Click or drag to resize
Accord.NET (logo)

BasePrincipalComponentAnalysisWhiten Property

Gets or sets whether the transformation result should be whitened (have unit standard deviation) before it is returned.

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

Property Value

Type: Boolean
See Also