The process of calibration into crisp sets assumes expert knowledge about the
best threshold(s) which separates the raw data into the most meaningful
groups.
In the absence of such knowledge, an automatic procedure might help grouping
the raw data according to statistical clustering techniques.
The number of groups to split depends on the number of thresholds: one
thresholds splits into two groups, two thresholds splits into three groups etc.
Previous versions of this function had an argument named groups
instead
of argument n
, but they are bacwards compatible.
For more details about how many groups can be formed with how many thresholds,
see ?cutree
.
More details about the clustering techniques used in this function are found
using ?hclust
, and also more details about different distance measures
can be found with ?dist
. This function uses their default values.