This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Classes > N > NaturalBreaks CoClass (ArcObjects .NET 10.4 SDK) |
Defines a natural breaks classification method.
The NaturalBreaks coclass uses a statistical formula to determine natural clusters of attribute values. The formula is known as Jenk�s method. This attempts to minimize the variance within a class and to maximize the variance between classes. The natural-breaks classification is well suited to uneven distributions of attributes. Distinct natural groupings of attributes can be isolated and highlighted.
This classification only uses the IClassify interface, so there is nothing to set up other than calling IClassify::SetHistogramData.
Interfaces | Description |
---|---|
IClassify | Provides access to members that control the classification methods. |
IClassifyGEN | Provides access to members that control classification. |