Usage
clues(y, n0 = 5, alpha = 0.05, eps = 1.0e-4, itmax = 20,
K2.vec = n0, strengthMethod = "sil", strengthIni = -3,
disMethod ="Euclidean", plotFlag = FALSE,
plot.dim = c(1, 2), quiet = FALSE)
Arguments
y
data matrix which is a R matrix object (for dimension > 1) or vector
object (for dimension=1) with rows being observations and columns being variables.
n0
a guess for the number of clusters.
eps
a small positive number. A value is regarded as zero if it is
less than eps
.
itmax
maximum number of iterations allowed.
K2.vec
range for the number of nearest neighbors for the second pass of the iteration.
strengthMethod
specifies the prefered measure of the strength of the clusters
(i.e., compactness of the clusters). Two available methods are sil
(silhouette index) and CH (CH index).
strengthIni
initial value for the lower bound of the measure of the strength for the clusters. Any negative values will do.
disMethod
specification of the dissimilarity measure. The available measures are Euclidean and 1-corr.
plotFlag
logical. Indicates if a scatter plot of clusters should be output.
plot.dim
specifies the two dimensions to be plot.
quiet
logical. Indicates if intermediate results should be output.