anonymization {dynetNLAResistance} | R Documentation |
Anonymize a snapshot of a dynamic network.
Description
Anonymize a snapshot of a dynamic network.
Usage
anonymization(g, alpha = 1, beta = 2, gamma = 3)
Arguments
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. |
[Package dynetNLAResistance version 0.1.0 Index]