Description Usage Arguments Details Value Note Author(s) References See Also Examples
CNF
1 | CNF_ILP_weak_cpp(X, Y, W, K, M, lambda, sens, spec, addcons)
|
X, Y, W, K, M, lambda, sens, spec, addcons |
CNF
optfun |
Objective functions |
consub |
right-hand side of equations |
lb |
lower bounds of variables |
ub |
upper bounds of variables |
ctype |
data type of variables |
cons_I |
the index of equation |
cons_J |
the index of variables under this row equation |
cons_Q |
the corresponding values of variables |
dims |
the constraint matrix size |
None
Bo Li
Theo A. Knijnenburg (2016) Logic models to predict continuous outputs based on binary inputs with an application to personalized cancer therapy, Scientific Reports 6
None
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.