calculate_connectivity {Clustering} | R 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.
[Package Clustering version 1.7.10 Index]