an original set of parameters generated
by set.global.
X.gbd
an input GBD matrix.
X.spmd
an input SPMD matrix.
PARAM
an original set of parameters generated
by set.global.
algorithm
an original set of parameters generated
by set.global.
RndEM.iter
number of RndEM iterations.
Value
A new set of PARAM will be returned and several global
variables will be set according to the data X.gbd/X.spmd.
Sets of global variables are store in the default environment
.pmclustEnv.
Use readme to see all global variables set by this function.
Details
WARNING: A global variable named X.gbd/X.spmd should be set before
calling set.global where X.gbd/X.spmd is a matrix containing data
with dimension N.spmd * p. i.e. N.spmd observations and
p variables.
X.gbd/X.spmd is supposed to exist in .GlobalEnv.
If not, they should be as an input object and will be copied into
.pmclustEnv which is less efficient.