Description Usage Arguments Details Value Author(s) Examples
View source: R/euclideanDistance.R
To calculate the Euclidean distance of two clusters.
1 | edistance(x, y)
|
x |
is a numeric vector or a matrix. It represents the values of a cluster. |
y |
is a numeric vector or a matrix. It represents the values of a cluster. |
This function is part of the hierarchical clusterization method. The function calculates the
Euclidean distance value from x
and y
.
Euclidean distance value.
Roberto Alcántara roberto.alcantara@edu.uah.es
Juan José Cuadrado jjcg@uah.es
Universidad de Alcalá de Henares
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.