Matlab Cluster Ensemble Toolbox

A Matlab toolbox for investigating the application of cluster ensembles to data classification.
3.9K Downloads
Updated 7 May 2009

No License

Co-authors: Vincent De Sapio and Philip Kegelmeyer

This is a Matlab toolbox for investigating the application of cluster ensembles to data classification, with the objective of improving the accuracy and/or speed of clustering. The toolbox divides the cluster ensemble problem into four areas, providing functionality for each. These include, (1) synthetic data generation, (2) clustering to generate individual data partitions and similarity matrices, (3) consensus function generation and final clustering to generate ensemble data partitioning, and (4) implementation of accuracy metrics.

With regard to data generation, Gaussian data of arbitrary dimension can be generated. The kcenters algorithm can then be used to generate individual data partitions by either, (a) subsampling the data and clustering each subsample, or by (b) randomly initializing the algorithm and generating a clustering for each initialization. In either case an overall similarity matrix can be computed using a consensus function operating on the individual similarity matrices. A final clustering can be performed and performance metrics are provided for evaluation purposes.

Cite As

Vincent De Sapio (2024). Matlab Cluster Ensemble Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/23941-matlab-cluster-ensemble-toolbox), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

An update was made to indicate the contribution of an additional author.

1.0.0.0