dunn_metric: Method to calculate the dunn.

View source: R/internal_validation.R

dunn_metricR Documentation

Method to calculate the dunn.

Description

Method to calculate the dunn.

Usage

dunn_metric(dist, clusters_vector, dt, me)

Arguments

dist

Dissimilarity matrix.

clusters_vector

Array that containe tha data grouped in cluster.

dt

Dataframe with original data.

me

Indicates the method for calculating distance between points.

Value

Return a double with the result of the dunn calculation.


laperez/Clustering documentation built on April 23, 2024, 3:41 a.m.