get_k_threshold {kselection}R Documentation

Get the k_threshold

Description

Get the maximum value of f(K) from which can not be considered the existence of more than one cluster.

Usage

get_k_threshold(obj)

Arguments

obj

the output of kselection function.

Value

the k_threshold value.

Author(s)

Daniel Rodriguez

See Also

set_k_threshold


[Package kselection version 0.2.1 Index]