|   | Histogram Constructor (Double) | 
        
         Note: This API is now obsolete.
              Constructs an empty histogram
            
 
    Namespace: 
   Accord.Statistics.Visualizations
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntax[ObsoleteAttribute("Please use Histogram.FromData instead.")]
public Histogram(
	double[] values
)<ObsoleteAttribute("Please use Histogram.FromData instead.")>
Public Sub New ( 
	values As Double()
)Parameters
- values
- Type: SystemDouble
 The values to be binned in the histogram.
 See Also
See Also