Learn R Programming

kselection (version 0.2.1)

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.

See Also

get_k_threshold