| Rankclust-class {Rankcluster} | R Documentation |
Constructor of Rankclust class
Description
This class contains results of rankclust function.
Details
If res is the result of rankclust function, each slot of results can be reached by res[k]@slotname,
where k is the number of clusters and slotname is the name of the slot we want to reach
(see Output-class).
For the slots, ll, bic, icl, res["slotname"] returns a vector of size k containing
the values of the slot for each number of clusters.
Slots
Ka vector of the number of clusters.
datathe data used for clustering.
criterionthe model selection criterion used.
convergencea boolean indicating if none problem of empty class has been encountered (for any number of clusters).
resultsa list of Output-class, containing the results for each number of clusters (one element of the list is associated to one number of clusters).
[Package Rankcluster version 0.98.0 Index]