Usage
complete.series(collection, model, k.ubic = NA, centers = 3, nstart = 3,
weps = 0.05, MAX.ITER = 100, AEM.debug = T)
Arguments
collection
A list of class Catalog
that contains the objects to complete.
model
A list of fixed-effects models related to collection$data
.
k.ubic
A data.frame of exactly one member k.ubic$cluster
which is a scalar
vector of length equal to collection$data
and specifying to which cluster belongs to each element of the list collection$data
.
centers
If k.ubic
is unavailable, this sets the quantity of clusters to build.
nstart
If k.ubic
is unavailable, then this parametre sets the initial
quantity of center with which to
start the k-means algorithm.
weps
Tolerance for the E-M Algorithm.
MAX.ITER
Maximum number of iterations for the E-M Algorithm.
AEM.debug
Logical flag indicating if verbosity is required.