Description Usage Arguments Examples
Compara diferentes índices para elegir cantidad de clúnsters
1 | indices_clust(data, min, max, m_fuzzy)
|
data |
Matriz de datos numérica (sin NA) |
min |
Mínimos de zonas a considerar |
max |
Máximo de zonas a considerar |
m_fuzzy |
Grado de difusión. Número mayor a uno, según la difusión: más cercano a uno es menos difuso |
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.