getlab.bfcluster: Compute label estimates

Description Usage Arguments

Description

Produces label estimates using k-means algorithm based on an estimated normalized clustering matrix

Usage

1
2
3
## S3 method for class 'bfcluster'
getlab(object, k, normalize = TRUE, iter_max = 1000,
  rep = 100, ...)

Arguments

object

bfcluster object

k

number of clusters

normalize

a logical indicating whether to normalize the rows of clustering matrix to have unit norms

iter_max

the maximum number of iterations allowed for k-means algorithm

rep

number of k-means replicates

...

other arguments


zhifeiyan/bfcluster documentation built on May 4, 2019, 11:21 p.m.