Usage
clustering(xLongData, yPartition, convergenceTime = 0, multiplicity = 1,criterionNames = c("calinski", "ray","davies","random"),
algorithm = c(algo = "kmeans", startCond = "", imputation = "LI-Bissectrice")
)
Arguments
xLongData
[LongData]: longitudinal data on which the
clusterization has been run.
yPartition
[Partition]: object that will be turn into a Clusterization
convergenceTime
[numeric]: if the clusterization has been
obtained through an algorithm, save the number of steps of this algorithm
before convergence.
multiplicity
[numeric]: if the clusterization has been
obtained several time, this variable saves the number of time that
this particular Clustering
is obtained.
criterionNames
[vector(character)]: criterions used to evaluate the
quality of the partitioning.
algorithm
[vector3(character)]: This variable hold
informations about the algorithm used to get the
Clustering
. It has three value. The first (named
algo
) is the algorithm used ; the second
(named startCond