generate_designs {obfuscatoR} | R Documentation |
Generate obfuscation designs
Description
The function takes the list of design options design_opt_input
and
generates one or more obfuscation designs subject to the specified
restrictions. A full specification of all the options available can be found
in the manual along with detailed examples of different designs. At a minimum
the user must supply the number of rules and actions, i.e. the dimensions of
the design problem.
Usage
generate_designs(design_opt_input = list())
Arguments
design_opt_input |
A list of user supplied design options. |
Value
A list of matrices with rules and actions
Examples
design_opt_input <- list(rules = 4,
actions = 5)
generate_designs(design_opt_input)
[Package obfuscatoR version 0.2.2 Index]