kmtrivial | R Documentation |
These functions create trivial knowledge spaces of a given item number. The minimal space contains just the empty set and the full item set while the maximal space is equal to the power set.
kmminimalspace(noi)
kmmaximalspace(noi)
noi |
Number of items |
Please note that the computation time for creating large power sets can grow quite large easily.
A binary matrix representing the respective knowledge space
kmminimalspace(5)
kmmaximalspace(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.