Arguments
x
the data set of objects to be clustered, as appropriate for
the base clustering algorithm.
B
an integer giving the number of bootstrap replicates.
k
NULL
(default), or an integer giving the number of
classes to be used for a partitioning base algorithm.
algorithm
a character string or function specifying the base
clustering algorithm.
parameters
a named list of additional arguments to be passed to
the base algorithm.
resample
a logical indicating whether the data should be
resampled in addition to sampling from the algorithm.
Currently, only FALSE
is supported, and an error is given
otherwise.