Description Usage Arguments Details Value Author(s) Examples
To calculate distances between two clusters applying weights depending on the distance type.
1 | distances(cluster1, cluster2, distance, weight)
|
cluster1 |
is a matrix. |
cluster2 |
is a matrix. |
distance |
is a string. The distance type to apply. |
weight |
is a numeric vector. |
This function calculates distance applying distance
type and applying each weight to its characteristic.
Distance type could be EUC
, MAN
, CAN
, CHE
or OCT
.
Distance value applying weights.
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.