boot_clv {ClustVarLV}R Documentation

Boostrapping for assessing the stability of a CLV result

Description

Bootstrapping on the samples is performed. Each boostrapped data matrix is submitted to CLV in order to get partitions from 1 to nmax clusters. For each number of clusters, K, the adjusted Rand Index between actual and the bootstrapped partitions are computed and used in order to assess the stability of the solution into K clusters. Parallel computing is performed in order to save time.

Usage

boot_clv(object, B = 100, nmax = NULL)

Arguments

object

: result of CLV()

B

: the number of bootstrap to be run (100 by default)

nmax

: maximal size of the partitions to be considered (if NULL, the value of nmax used for the object is used)

Value

matARI

a matrix of the Adjusted Rand Index of size (B x nmax).

See Also

CLV


[Package ClustVarLV version 2.0.0 Index]