Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

values
Type: SystemInt32
The values to be binned in the histogram.
See Also