connectivity_metric: Method to calculate the connectivity.

View source: R/internal_validation.R

connectivity_metricR Documentation

Method to calculate the connectivity.

Description

Method to calculate the connectivity.

Usage

connectivity_metric(distance, clusters_vector, dt, method)

Arguments

distance

Dissimilarity matrix.

clusters_vector

Array that containe tha data grouped in cluster.

dt

Dataframe with original data.

method

Indicates the method for calculating distance between points.

Value

Return a double with the result of the connectivity calculation.


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