This document is archived and information here might be outdated. Recommended version. |
Provides access to members used to create a histogram from data values.
Name | Description | |
---|---|---|
SetData | Sets data from a array of values (doubles). | |
SetHistogramData | Sets data from a histogram; an array of values (doubles) and a paired array of frequencies (longs). |
Classes | Description |
---|---|
DataHistogram | A histogram data structure that is created from data values. Use this to pass data to a classification object. |