iClarans: A Clustering Algorithm based on Randomized Search with...

Description Usage Arguments

Description

Partitioning (clustering) into k clusters "around medoids" by randomized search. 1-abs(cor) is used as distance.

Usage

1
iClarans(snp, iInx, k, maxNeigbours = 100, nLocal = 10, mc.cores = 1)

Arguments

snp

A object of class snpMatrix.

iInx

...

k

positive integer specifying the number of clusters, less than the number of observations.

maxNeigbours

positive integer specifying the maximum number of randomized searches.

nLocal

positive integer specifying the number of optimisation runs. Columns have to be similar to snp.

mc.cores

number of cores for parallel computing. See mclapply in package parallel for details.


QTCAT/iqtcat documentation built on May 8, 2019, 3:48 a.m.