getClusterDivisive.details: To explain how to get the clusters with maximal distance.

Description Usage Arguments Details Value Author(s) Examples

View source: R/getClusterDivisive.details.R

Description

To explain how to get the clusters with the maximal distance value. By using the given distance, it gets the matrix index.

Usage

1

Arguments

distance

is a number. It should be in the matrix.

vector

is a numeric vector.

Details

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.

Value

A cluster. Explanation.

Author(s)

Roberto Alcántara roberto.alcantara@edu.uah.es

Juan José Cuadrado jjcg@uah.es

Universidad de Alcalá de Henares

Examples

1
2
3
getClusterDivisive.details(2,c(1:10))

getClusterDivisive(6,c(2,4,6,8,10,12))

LearnClust documentation built on Nov. 30, 2020, 1:09 a.m.