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 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.

Author(s)

Daniel Rodriguez

See Also

get_k_threshold


[Package kselection version 0.2.1 Index]