/DUEF-GA

Data Utility and Privacy Evaluation Framework for Graph Anonymization

Primary LanguageRGNU General Public License v3.0GPL-3.0

DUEF-GA

Data Utility and Privacy Evaluation Framework for Graph Anonymization

Getting Started

Full description of this software can be found at:

Casas-Roma, J. (2018). "DUEF-GA: Data Utility and Privacy Evaluation Framework for Graph Anonymization". International Journal of Information Security (IJIS), In press.

Prerequisites

R and igraph library are needed to run these scripts.

First of all, you need to load de configuration file and create folders to run the samples:

source('config.R')
source('envir.R')

Running the tests

Three sample tests are included, in conjunction with their graphs (in .gml format).

To run them, just try:

source('sample-case-1.R')

or

source('sample-case-2.R')

or

source('sample-case-3.R')

Authors

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE (Version 3, 29 June 2007) - see the LICENSE file for details