We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
python implementation: https://github.com/qiyuangong/Mondrian
Sorry, something went wrong.
I wonder if this is such easy
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/
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: