Skip to content

ryokugyu/One-Pass-KMeans-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Anonymization Methods

This repository consists of one of the methods for PPDP on archived data. This repository is the implementation of "An Efficient Clustering Method for k- Anonymization."

It is written in Python 2.7 but the support for Python 2 is about to end. In future I will be working on porting the code to Python 3.

To remove the .pyc files on Linux based Operating System, execute the following command:

find . -name "*.pyc" -exec rm -f {} \;

About

Implementation of An Efficient Clustering Method for k-Anonymization in Python 2.7

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages