%respects% {fcaR} | R Documentation |
Check if Set or FormalContext respects an ImplicationSet
Description
Check if Set or FormalContext respects an ImplicationSet
Usage
set %respects% imps
Arguments
set |
(list of |
imps |
( |
Value
A logical matrix with as many rows as Set
s and as many columns as implications in the ImplicationSet
. A TRUE
in element (i, j) of the result means that the i-th Set
respects the j-th implication of the ImplicationSet
.
Examples
fc <- FormalContext$new(planets)
fc$find_implications()
imps <- fc$implications$clone()
fc %respects% imps
[Package fcaR version 1.2.2 Index]