pimp.mat.bin | R Documentation |
Internal function called in pimp.import
to construct a binary/logical matrix of predictors used (columns) in each of the interactions of a sample (rows).
pimp.mat.bin(pimps.out, testdata)
pimps.out |
R object containing |
testdata |
Out-of-bag sample. |
NOTE: For regression models, pimp.mat.nonbin
is used to accommodate complements of logic trees.
A list with:
Vector of predictor names.
Logical matrix of predictors used (columns) in each of the interactions of a sample (rows).
Bethany J. Wolf wolfb@musc.edu
Wolf BJ, Hill EG, Slate EH. Logic Forest: an ensemble classifier for discovering logical combinations of binary markers. Bioinformatics. 2010;26(17):2183-2189. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1093/bioinformatics/btq354")}
pimp.import
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.