kneedle_cophenetic: Pick k based on the knee point in the cophenetic correlation

View source: R/gen3DNet.R

kneedle_copheneticR Documentation

Pick k based on the knee point in the cophenetic correlation

Description

This function uses the knee point (Satopaa 2011) of the cophenetic correlation (Lessig 1972), which is implemented in the NMF library (Gaujoux 2010).

Usage

kneedle_cophenetic(data, k_range)

Arguments

data

The data with an unknown number of clusters.

k_range

The range of possible k values

Value

The chosen value of k.


MollahLab/gen3DNet documentation built on Nov. 18, 2024, 5:08 a.m.