Description Usage Arguments Value See Also
Uses data from two matricies, representing a cluster each and calculates the single linkage distance between each cluster. The single linkage distance is the shortest distance between any two points between the two matricies.
1 | single_linkage_distance(matrix_1, matrix_2, distance = "euclidean")
|
matrix_1 |
Data for cluster 1. Cell by reduced dimension components |
matrix_2 |
Data for cluster 2 . Cell by reduced dimension components |
distance |
Point to point distance method to use. e.g. 'euclidean'. |
Real positive number representing the distance
Other cluster_distance: average_linkage_distance
,
centroid_linkage_distance
,
complete_linkage_distance
,
mahalanobis_distance
,
ward_distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.