ensemble.cluster.multi: Multi-Method Ensemble Clustering with Graph-based Consensus
Description
Implements ensemble clustering by combining multiple clustering methods
(k-means, hierarchical, and spectral clustering) using a graph-based consensus approach.
distance method for spectral clustering (default: "euclidean")
Details
This function implements a multi-method ensemble clustering approach that:
1. Applies multiple clustering methods (k-means, hierarchical, spectral)
2. Assesses stability of each clustering through bootstrapping
3. Constructs a weighted bipartite graph representing all clusterings
4. Uses fast greedy community detection for final consensus