clusterSeparation: Compute Semvar values on clusters

View source: R/nephoshapes.R

clusterSeparationR Documentation

Compute Semvar values on clusters

Description

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 silhouette for each class, based on the coordinates in the input and both including and excluding noise tokens.


montesmariana/semcloud documentation built on April 15, 2022, 6:57 a.m.