The QuantileClassifier class distributes a set of values
into groups that contain an equal number of values.
This method places the same number of data values in each class
and will never have empty classes or classes with too few or
too many values. It is attractive in that this method
always produces distinct map patterns.
public override function classify(data:Array, numBreaks:int):ClassificationResults
Classifies numerical data in a number of classes.
Parameters
| data:Array — Array of numerical values.
|
|
| numBreaks:int — A number of required class breaks.
|
Returns
(c) 2010 ESRI. All rights reserved.