Skip to contents

Compute Semvar values on clusters

Usage

clusterSeparation(m, k = 8)

Arguments

m

Tibble with one token per row and HDBSCAN information. The coords element of a model resulting from summarizeHDBSCAN.

k

Number of tokens to compute separationkNN

Value

A tibble with one row per cluster and output from separationkNN and silhouettefor each class, based on the coordinates in the input and both including and excluding noise tokens.