calculate_connectivity: Method to calculate the Connectivity

View source: R/internal_validation.R

calculate_connectivityR Documentation

Method to calculate the Connectivity

Description

Method to calculate the Connectivity

Usage

calculate_connectivity(
  distance = NULL,
  clusters,
  datadf = NULL,
  neighbSize = 12,
  method = "euclidean"
)

Arguments

distance

Dissimilarity matrix.

clusters

Array that containe tha data grouped in cluster.

datadf

Dataframe with original data.

neighbSize

Number of neighbours.

method

Indicates the method for calculating distance between points. Default is euclidean.

Value

Return a double with the result of the connectivity calculation.


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