Jenks-Caspall algorithm

from Wikipedia, the free encyclopedia

The Jenks-Caspall algorithm is a statistical method for the automatic classification of values ​​on the basis of so-called natural breaks (e.g. natural discontinuities), i.e. That is, an attempt is made to minimize the differences within a class and to maximize the differences between the classes. The process was invented by George Frederick Jenks (1916–1996) and Fred Caspall in the 1960s.

The sum of the absolute deviations from the class mean is minimized in two different large steps by shifting values ​​between the classes:

  1. re-iterative cycling : the values ​​at the edge of each class are compared with the mean of their own class and the mean of the next higher class. If a value is closer to the mean of the neighboring class, it is shifted to this class. This is carried out iteratively until no further optimization is possible.
  2. forced Cycling : Values ​​are randomly moved to an adjacent class. Then iteratively optimizes and checks whether the entire process has brought an improvement, i. That is, whether the sum of the deviations from the class mean has decreased. If not, the values ​​are shifted back again.

The algorithm is used, for example, in geography to classify raster data in geographic information systems. According to Jenks and Caspall, it doesn't offer an optimal solution to the natural breaks problem, but at the time of its release it was the best they could find.

literature

Individual evidence

  1. Algorithm in Classification Geographic Information System