Click or drag to resize
Accord.NET (logo)

NormalizationOptionsStandardize Property

Gets or sets if the column's data should be standardized to Z-Scores.

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

Property Value

Type: Boolean
See Also