getMatEval {logicFS} | R Documentation |
Computes the values of prime implicants for observations for which the values of the variables composing the prime implicants are available.
getMatEval(data, vec.primes, check = TRUE)
data |
a data frame in which each row corrsponds to an observation, and each column to a binary variable. |
vec.primes |
a character vector naming the prime implicants that
should be evaluated. Each of the variables composing these prime implicants must
be represented by one column of data . |
check |
should some checks be done before the evaluation is performed? It is
highly recommended not to change the default check = TRUE . |
a matrix in which each row corresponds to an observation (the same observations
in the same order as in data
, and each column to one of the prime implicants.
Holger Schwender, holger.schwender@udo.edu