- Source code used for the manuscript “Federated c-means and Fuzzy c-means Clustering Algorithms for Horizontally and Vertically Partitioned Data”, currently under review.
- This work has been developed by the Artificial Intelligence R&D Group at the Department of Information Engineering, University of Pisa.
- Authors:
- José Luis Corcuera Bárcena (scholar) ([email protected])
- Francesco Marcelloni (scholar) ([email protected])
- Alessandro Renda (scholar) ([email protected])
- Alessio Bechini (scholar) ([email protected])
- Pietro Ducange (scholar) ([email protected])
Federated Clustering requires:
- pandas (for data manipulation and analysis)
- numpy (basic numeric python library)
- numba (speed up computation generating machine code)
- scikit-learn (for normalization and model evaluation metrics)
- matplotlib (for plotting)
To install the application just clone the repository, cd
into the folder and run
python setup.py install