|
Histogram Constructor (Int32)
|
Constructs an empty histogram
Namespace:
Accord.Statistics.Visualizations
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Histogram(
int[] values
)
Public Sub New (
values As Integer()
)
Request Example
View SourceParameters
- values
- Type: SystemInt32
The values to be binned in the histogram.
See Also