View source: R/solve_carnival.R
solveCarnival | R Documentation |
Main CARNIVAL function to execute the full pipeline: 1) preprocess the data 2) prepare ILP formulation 3) executes the solver on ILP formulation 4) parse the output of the solver and map it to the original data.
solveCarnival(dataPreprocessed, carnivalOptions, newDataRepresentation = TRUE)
dataPreprocessed |
list containing preprocessed priorKnowledgeNetwork, measurements, weights (if provided), perturbations (if provided). |
carnivalOptions |
all options of CARNIVAL. |
newDataRepresentation |
TRUE by default. For debugging with the old data representation, put to FALSE. |
solution of the ILP problem.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.