GetItemStatisticsOptions.HistogramRange Property

Definition

Comma , delimited range of the bins. The lower and upper range of the bins. If not provided, range is simply (a.min(), a.max()). Values outside the range are ignored. The first element of the range must be less than or equal to the second. range affects the automatic bin computation as well. link: https://numpy.org/doc/stable/reference/generated/numpy.histogram.html

public string HistogramRange { get; set; }
member this.HistogramRange : string with get, set
Public Property HistogramRange As String

Property Value

Applies to