cl_ensemble creates cluster ensembles, which are
realized as lists of clusterings (or dissimilarities) with additional
class information, always inheriting from "cl_ensemble". All
elements of the ensemble must have the same number of objects. If all elements are partitions, the ensemble has class
"cl_partition_ensemble";
if all elements are dendrograms, it has class
"cl_dendrogram_ensemble" and inherits from
"cl_hierarchy_ensemble";
if all elements are hierarchies (but not always dendrograms), it has
class "cl_hierarchy_ensemble".
Note that empty or mixed ensembles cannot be categorized
according to the kind of elements they contain, and hence only have
class "cl_ensemble".
The list representation makes it possible to use lapply for
computations on the individual clusterings in (i.e., the components
of) a cluster ensemble.
Available methods for cluster ensembles include those for
subscripting, c, rep, and print.
Note that (currently), as.cl_ensemble assumes that unclassed
lists represent single clusterings, as this in particular holds
true for kmeans in versions of R prior to 2.1.0. This
may change eventually.