a matrix of cluster labels of the ensemble partitions. Each column is cluster labels of an individual clustering result.
Arguments
data
-- data that will be perturbed.
nbs
-- the number of clustering partitions to be generated.
clust_param
-- parameters for pre-defined clustering methods. If clustering is "kmeans", "Mclust", "hclust", this is an integer indicating the number of clusters. For "dbscan", a numeric indicating epsilon. For "HMM-VB", a list of parameters.
clustering
-- baseline clustering methods. User specified functions or example methods included in package ("kmeans", "Mclust", "hclust", "dbscan", "HMM-VB") can be used. Refer to the Detail.
perturb_method
-- adding noise is 0 and bootstrap resampling is 1. Default is bootstrap resampling.
# perturb_method=0 perturbed by adding Gaussian noise.