Skip to content

Source code used for the manuscript “Federated c-means and Fuzzy c-means Clustering Algorithms for Horizontally and Vertically Partitioned Data”, currently under review.

License

Notifications You must be signed in to change notification settings

Unipisa/FederatedClustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FederatedClustering

Dependencies

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)

Installing the application

To install the application just clone the repository, cd into the folder and run

python setup.py install

About

Source code used for the manuscript “Federated c-means and Fuzzy c-means Clustering Algorithms for Horizontally and Vertically Partitioned Data”, currently under review.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages