dianaCBI: Clusterboot Interface To Diana

View source: R/dianaCBI.R

dianaCBIR Documentation

Clusterboot Interface To Diana

Description

Provides an interface to cluster::diana() that allows the execution from fpc::clusterboot().

Usage

dianaCBI(x, k)

Arguments

x

a distance matrix

k

the number of clusters

Value

A list containing the following components:

result

an object of class "diana", the output of the call to cluster::diana()

nc

the number of clusters (k)

clusterlist

a list consisting of logical vectors of length of the number of data points for each cluster indicating whether a point is a member of this cluster

partition

an integer vector of length of the number of data points partitioning the data

clustermethod

"cluster::diana"

See Also

fpc::clusterboot()


VZoche-Golob/ClusterTools documentation built on April 3, 2022, 6:52 a.m.