|
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; }
Public Property AutoAdjustmentRule As BinAdjustmentRule
Get
Set
Request Example
View SourceProperty Value
Type:
BinAdjustmentRuleThe bin size auto adjustment rule.
See Also