construct_design {obfuscatoR} | R Documentation |
Function to create a rule-action matrix
Description
The function creates a rule-action matrix (i.e. an obfuscation design)
subject to a list of pre-programmed restrictions. These restrictions are in
place to ensure that no invalid designs are created. Some of these restrictions
can be changed by the user by appropriately specifying the
design_opt_input
. Each matrix is a design for one period of the
the obfuscation game. This function is for internal use only. To create
an obfuscation design, the user should use generate_designs
.
Usage
construct_design(design_opt)
Arguments
design_opt |
List of design options |
Value
A rules-action matrix
[Package obfuscatoR version 0.2.2 Index]