Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllNaturalBreaks ¶
AllNaturalBreaks finds all natural breaks in the data, for every set of breaks between 2 breaks and maxClasses. Uses the Jenks natural breaks classification method (http://en.wikipedia.org/wiki/Jenks_natural_breaks_optimization). It tries to maximize the similarity of numbers in groups while maximizing the distance between the groups.
func BestNaturalBreaks ¶ added in v1.1.2
func NaturalBreaks ¶
NaturalBreaks returns the best nClasses natural breaks in the data, using the Jenks natural breaks classification method (http://en.wikipedia.org/wiki/Jenks_natural_breaks_optimization). It tries to maximize the similarity of numbers in groups while maximizing the distance between the groups.
Types ¶
This section is empty.