Introduction
This project implements "Privacy-Preserving Continuous Event Data Publishing".
Python package
The implementation has been published as a standard Python package. Use the following command to install the corresponding Python package:
pip install pp-cedp
Usage
from pp_cedp.CEDP import CEDP
if __name__ == '__main__':
log_name1 = "./event_logs/EL1_minutes_4_5_1_sequence.xes"
log_name2 = "./event_logs/EL2_minutes_4_5_1_sequence.xes"
event_attributes = ['concept:name']
sensitive = ['Diagnose']
life_cycle = ['complete', '', 'COMPLETE']
all_life_cycle = True #True will ignore the transitions specified in life_cycle
time_accuracy = "original" # original, seconds, minutes, hours, days
bk_length = 1
n = 1
cedp = CEDP()
R1_KA, R2_KA, FA, CA, BA = cedp.calc_FCB_anonymity(log_name1, log_name2, event_attributes, life_cycle, all_life_cycle, sensitive, time_accuracy, n, bk_length)
Release files for pp-cedp 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pp_cedp-0.0.5.tar.gz | 20.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pp_cedp-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 40.6 kB
Release files / pp_cedp-0.0.5.tar.gz
| Download URL | pp_cedp-0.0.5.tar.gz |
|---|---|
| Size | 20.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3795b59fe333e60fb5e19b94ee91c5eac9fa5735b33f51215e3fd2d91c42133
|
|
BLAKE2b-256 checksum How to use checksums |
b8a5f1ea29cf6237e3ad8bc126c1af6faa5835a6bbc2bb2b4a22f621250193cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.4.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
|
Release files / pp_cedp-0.0.5-py3-none-any.whl
| Download URL | pp_cedp-0.0.5-py3-none-any.whl |
|---|---|
| Size | 20.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
991cb2361b16be64625b65aa745199e4fc4b2314b21ac2513482bdb27e65b3f6
|
|
BLAKE2b-256 checksum How to use checksums |
f5a170d7d8e888e14c2ea0fcb5a20e7c867160abe9c7e48fd4a0d26a20268fef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.4.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
|