Class Histogram constructs and maintains a histogram of input data.
Input data is sorted into bins and a count is kept of how many data
points fall into each bin.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class Histogram : ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class Histogram _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Histogram : ICloneable |