View source: R/solve_carnival.R
createInternalDataRepresentation | R Documentation |
Creates internal data representation - variables for ILP solvers, on the basis of provided preprocessed data.
createInternalDataRepresentation(
dataPreprocessed,
newDataRepresentation = TRUE
)
dataPreprocessed |
list containing preprocessed priorKnowledgeNetwork, measurements, weights (if provided), perturbations (if provided). |
newDataRepresentation |
TRUE by default. For debugging with the old data representation, put to FALSE. |
variables for the new data representation or data vector (containing preprocessed information on measurement) and variables for the old data representation (CARNIVAL v.<2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.