Description Usage Arguments Value
View source: R/CNF_ILP_weak_pos.R
A function that excecutes some part of a logical model that I don't know about
1 | CNF_ILP_weak_pos(X, Y, W, K, M, lambda, sens, spec, addcons)
|
X |
An N x P binary matrix with N samples characterized by P binary features |
Y |
An N x 1 binary vector, which is the binarized version of the continuous output variable |
W |
An N x 1 continuous vector with weights for each of the N samples |
K |
The number of disjunctive terms |
M |
The maximum number of selected features per disjunctive term |
lambda |
The regularizer of penalty for model complexity |
sens |
The constraints on minimum sensitivity |
spec |
The constraints on minimum specificity |
addcons |
Some additional constraints |
Whatever this function returns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.