protected virtual System.double[] GetDataGroups( NList<double> data, System.int classCount )
Parameters
- data
- The data points to classify sorted in ascending order.
- classCount
- The number of classes desired.
Return Value
An array of doubles representing the data ranges. For example an array {0, 12, 32.1} means that there are 3 data ranges: [0, 12), [12, 32.1) and [32.1, Infinity).