Learn R Programming

Clustering (version 1.7)

dunn_metric: Method to calculate the dunn

Description

Method to calculate the dunn

Usage

dunn_metric(dist, clusters_vector, dt, me)

Arguments

clusters_vector

array that containe tha data grouped in cluster

dt

dataframe with original data

distance

dissimilarity matrix

method

indicates the method for calculating distance between points

Value

returns a double with the result of the dunn calculation