calculate_dunn: Method to calculate the dunn.

View source: R/internal_validation.R

calculate_dunnR Documentation

Method to calculate the dunn.

Description

Method to calculate the dunn.

Usage

calculate_dunn(distance = NULL, clusters, datadf = NULL, method = "euclidean")

Arguments

distance

Dissimilarity matrix.

clusters

Array that containe tha data grouped in cluster.

datadf

Dataframe with original data.

method

Indicate the method for calculating distance between points.

Value

Return a double with the result of the dunn calculation


Clustering documentation built on June 22, 2022, 5:07 p.m.