getDesignMatrix {logicDT} | R Documentation |
Design matrix for the set of conjunctions
Description
Transform the original predictor matrix X into the conjunction design matrix which contains for each conjunction a corresponding column.
Usage
getDesignMatrix(X, disj)
Arguments
X |
The original (binary) predictor matrix. This has to be of type
|
disj |
The conjunction matrix which can, e.g., be extracted from a
fitted |
Value
The transformed design matrix.
[Package logicDT version 1.0.4 Index]