Description Usage Arguments Details Value Author(s) Examples
View source: R/getClusterDivisive.R
To get the clusters with the maximal distance value. By using the given distance
,
it gets the matrix index.
1 | getClusterDivisive(distance, vector)
|
distance |
is a number. It should be in the matrix. |
vector |
is a numeric vector |
This function is part of the hierarchical clusterization method. The function uses the
distance
value and gets the clustersId with the minimal distance.
For the divisive algorithm, it chooses the distances from a distances list.
A cluster.
Roberto Alcántara roberto.alcantara@edu.uah.es
Juan José Cuadrado jjcg@uah.es
Universidad de Alcalá de Henares
1 2 3 | getClusterDivisive(2,c(1:10))
getClusterDivisive(6,c(2,4,6,8,10,12))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.