fpc.clusterboot {ClusBoot} | R Documentation |
Resampling according to the methods discussed in Hennig (2007)
Description
Resampling according to the methods discussed in Hennig (2007)
Usage
fpc.clusterboot(
data,
B,
distances = (inherits(data, "dist")),
bootmethod = "boot",
bscompare = TRUE,
multipleboot = FALSE,
jittertuning = 0.05,
noisetuning = c(0.05, 4),
subtuning = floor(nrow(data)/2),
clustermethod,
noisemethod = FALSE,
count = TRUE,
seed = NULL,
datatomatrix = TRUE,
...
)
Arguments
data |
a data matrix or distance object which will be the input to the clustering function |
B |
number of bootstrap replicates |
distances |
see |
bootmethod |
see |
bscompare |
see |
multipleboot |
see |
jittertuning |
see |
noisetuning |
see |
subtuning |
see |
clustermethod |
see |
noisemethod |
see |
count |
see |
seed |
see |
datatomatrix |
see |
... |
additional arguments to be sent to the function specified in clustermethod |
Value
a list with two components; boot.out contains the computations for clusboot and out contains the clustering solution of the original data set
[Package ClusBoot version 1.2.2 Index]