silhouette_metric {Clustering}R Documentation

Method to calculate the silhouette.

Description

Method to calculate the silhouette.

Usage

silhouette_metric(clusters_vector, distance)

Arguments

clusters_vector

Array that containe tha data grouped in cluster.

distance

Dissimilarity matrix.

Value

Return a double with the result of the silhouette calculation.


[Package Clustering version 1.7.10 Index]