Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mondrian algorithm for k-anonymity #53

Open
matthias-da opened this issue Mar 25, 2015 · 2 comments
Open

Mondrian algorithm for k-anonymity #53

matthias-da opened this issue Mar 25, 2015 · 2 comments

Comments

@matthias-da
Copy link
Collaborator

Open-source code is here
http://cs.utdallas.edu/dspl/toolbox/index.php?go=download

see also
http://fpt.akt.tu-berlin.de/publications/Pattern-Guided_k-Anonymity-FAW-AAIM.pdf

is in Java, at least the interface. Without good Java knowledge difficult to integrate in sdcMicro.

@bernhard-da
Copy link
Collaborator

python implementation: https://github.com/qiyuangong/Mondrian

@matthias-da
Copy link
Collaborator Author

I wonder if this is such easy

  • put all the python code in the inst folder of sdcMicro
  • call the python code
path <- paste(system.file(package="sdcMicro"), "nameOfPhytonFile.py", sep="/")
command <- paste("python", path, name)
response <- system(command, intern=T)

http://blog.quantitations.com/tutorial/2012/11/17/including-python-code-in-an-r-package/
Additionally, there must be a within a R function which calls the phyton code if Phyton is installed.

or alternatively
http://rpython.r-forge.r-project.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants