| pimp.mat.bin | R Documentation |
Internal function called by pimp.import to construct a binary/logical matrix
representing which predictors (columns) are used in each interaction (rows) of a sample.
pimp.mat.bin(pimps.out, testdata)
pimps.out |
R object containing |
testdata |
Data frame or matrix of out-of-bag (OOB) samples. |
Note: For regression models, see pimp.mat.nonbin which accommodates complements of logic trees.
A list with the following components:
Vector of predictor names.
Logical matrix indicating which predictors (columns) are used in each interaction (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.