set_k_threshold: Set the k_threshold
Description
Set the maximum value of \(f(K)\) from which can not be considered the
existence of more than one cluster.
Usage
set_k_threshold(obj, k_threshold)
Arguments
obj
the output of kselection
function.
k_threshold
maximum value of \(f(K)\) from which can not be
considered the existence of more than one cluster in the data set.
Value
the output of kselection function with new k_threshold
.