Description Usage Arguments Value Examples
A wrapper for implementing C functions for calculating logical models
1 |
X |
An N x P binary matrix with N samples characterized by P binary features |
Y |
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 |
solve |
A parameter |
param |
Some parameters |
spec |
The constraints on minimum specificity |
sens |
The constraints on minimum sensitivity |
lambda |
The regularizer of penalty for model complexity |
weak |
The parameter about whether to formulate weaker logic model |
pos |
The parameter about whether to return quick and dirty solutions to disallow negations, i.e. only positive |
addcons |
Some additional constraints |
Return the solution matrix
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.