Example Configuration
This section contains some examples of complete method configuration for some typical scenarios.
Weighted Dataset Examples
Weighted Dataset with Count Perturbation
TEXT
method addmethod m_weight "mandatory" "m_weight"
# common properties for all modules
method m_weight common addproperty ConfidentialityModule "true"
method m_weight common addproperty FREQ "true"
method m_weight adddcplugin perturbation Perturbation
method m_weight perturbation addproperty RKEY "true"
method m_weight perturbation addproperty PropagateZeroes "Same"
method m_weight adddcplugin "rsecalculationmodule" "rsecalculationmodule"
method m_weight "rsecalculationmodule" addproperty "ReliabilityCheck" "false"
# method m_weight "rsecalculationmodule" addproperty "Formula" "bootstrap"
method m_weight adddcplugin Average_cellwgt Average_cellwgt
method m_weight adddcplugin perturbedCountsRSE perturbedCountsRSE
method m_weight perturbedCountsRSE addproperty ZTable "C:\\config\\synthetic_zTable.csv"
### optional RSE modules
# poor table
method m_weight adddcplugin rsepoortablecheck rse_poor_table_check
method m_weight rsepoortablecheck addproperty "UnreliableRseThreshold" "0.75"
method m_weight rsepoortablecheck addproperty "UnreliableTableThreshold" "0.8"
method m_weight rsepoortablecheck addproperty "UnreliableMessageSuccess" "Table passed reliability check"
method m_weight rsepoortablecheck addproperty "UnreliableMessageFail" "Table failed reliability check"
# rse annotations
method m_weight adddcplugin rse-annotation rseannotationmodule
method m_weight rse-annotation addproperty LookupTable "C:\\config\\default_lookup_table.txt"
method m_weight rse-annotation addproperty LookupOperator '>'
#rse suppresion
method m_weight adddcplugin rse_suppression rse_suppression
method m_weight rse_suppression addproperty suppression_threshold "0.5"
Weighted Dataset with Continuous Perturbation
TEXT
method addmethod m_weight "mandatory" "m_weight"
# common properties for all modules
method m_weight common addproperty ConfidentialityModule "true"
method m_weight common addproperty FREQ "true"
method m_weight common addproperty TOPN "3"
method m_weight common addproperty TOPN_RKEY "3"
method m_weight common addproperty TOPN_MAIN_WEIGHT "3"
method m_weight adddcplugin perturbation Perturbation
method m_weight perturbation addproperty RKEY "true"
method m_weight adddcplugin cp continuousperturbationmodule
method m_weight cp addproperty FTABLE "C:\\config\\synthetic_fTable.csv"
method m_weight cp addproperty CTABLE "C:\\config\\synthetic_tTable.csv"
method m_weight adddcplugin Average_cellwgt Average_cellwgt
method m_weight adddcplugin perturbed_estimates perturbedestimates
Weighted Dataset with Count Perturbation and Measures
TEXT
method addmethod m_weight "mandatory" "m_weight"
# common properties for all modules
method m_weight common addproperty ConfidentialityModule "true"
method m_weight common addproperty FREQ "true"
method m_weight adddcplugin perturbation Perturbation
method m_weight perturbation addproperty RKEY "true"
method m_weight adddcplugin "rsecalculationmodule" "rsecalculationmodule"
method m_weight "rsecalculationmodule" addproperty "ReliabilityCheck" "false"
method m_weight adddcplugin perturbedpopestvariance "perturbedpopestvariance"
method m_weight perturbedpopestvariance addproperty ZTable "C:\\config\\synthetic_zTable.csv"
method m_weight adddcplugin Average_cellwgt Average_cellwgt
method m_weight adddcplugin perturbed_estimates perturbedestimates
method m_weight adddcplugin perturbedContinuousRSE "perturbedContinuousRSE"
method m_weight adddcplugin perturbedCountsRSE perturbedCountsRSE
method m_weight perturbedCountsRSE addproperty ZTable "C:\\config\\synthetic_zTable.csv"
Non-Weighted Dataset Examples
Continuous Perturbation
TEXT
method addmethod m_unweight "mandatory" "m_unweight"
method m_unweight common addproperty ConfidentialityModule "true"
method m_unweight common addproperty FREQ "true"
method m_unweight common addproperty TOPN "3"
method m_unweight common addproperty TOPN_RKEY "3"
method m_unweight common addproperty TOPN_MAIN_WEIGHT "3"
method m_unweight adddcplugin perturbation Perturbation 2
method m_unweight perturbation addproperty RKEY "true"
method m_unweight adddcplugin cp continuousperturbationmodule
method m_unweight cp addproperty FTABLE "C:\\config\\synthetic_fTable.csv"
method m_unweight cp addproperty CTABLE "C:\\config\\synthetic_tTable.csv"
method m_unweight adddcplugin perturbed_estimates perturbedestimates