Classification#
Warning
Classification functions silently set NaN and infinite input values to NaN in the output. Clean infinities before classifying if you want every cell assigned to a bin.
Equal Interval#
|
Reclassifies data for array agg into new values based on intervals of equal width. |
Natural Breaks#
|
Reclassifies data for array agg into new values based on Natural Breaks or K-Means clustering method. |
Reclassify#
|
Reclassifies data for array agg into new values based on user defined bins. |
Quantile#
|
Reclassifies data for array agg into new values based on quantile groups of equal size. |
Binary#
|
Binarize a data array based on a set of values. |
Box Plot#
|
Classify data using box plot breakpoints. |
Head/Tail Breaks#
|
Classify data using the Head/Tail Breaks algorithm. |
Maximum Breaks#
|
Classify data using the Maximum Breaks algorithm. |
Percentiles#
|
Classify data based on percentile breakpoints. |
Standard Mean#
|
Classify data based on standard deviations from the mean. |