set_k_threshold {kselection} | R Documentation |
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 |
k_threshold |
maximum value of |
Value
the output of kselection function with new k_threshold
.
Author(s)
Daniel Rodriguez
See Also
[Package kselection version 0.2.1 Index]