anonymization {dynetNLAResistance} | R Documentation |
Anonymize a snapshot of a dynamic network.
anonymization(g, alpha = 1, beta = 2, gamma = 3)
g |
A network grouped by lw-grouping algorithm. |
alpha |
Weight of anonymization cost resulted from label generalization. |
beta |
Weight of anonymization cost resulted from adding edges. |
gamma |
Weight of anonymization cost resulted from adding nodes. |