Click or drag to resize
Accord.NET (logo)

HistogramAutoAdjustmentRule Property

Gets or sets the bin size auto adjustment rule to be used when computing this histogram from new data. Default is SquareRoot.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public BinAdjustmentRule AutoAdjustmentRule { get; set; }
Request Example View Source

Property Value

Type: BinAdjustmentRule
The bin size auto adjustment rule.
See Also