View source: R/kmunionclosure.R
kmunionclosure | R Documentation |
kmunionclosure
returns a matrix representing a knowledge space. Please note
that it may take quite some time for computing larger knowledge spaces.
kmunionclosure(x)
x |
Binary matrix representing a family of sets |
Binary matrix representing the corresponding knowledge space, i.e. the closure of the family under union including the empty set and the full set.
kmunionclosure
implements the irredundant algorithm developed by Dowling (1993).
Dowling, C. E. (1993). On the irredundant construction of knowledge spaces. Journal of Mathematical Psychology, 37, 49–62.
Other Different representations for knowledge spaces:
kmbasis()
,
kmsurmisefunction()
,
kmsurmiserelation()
kmunionclosure(xpl$basis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.