kmtrivial: Create trivial knowledge spaces

kmtrivialR Documentation

Create trivial knowledge spaces

Description

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.

Usage

kmminimalspace(noi)

kmmaximalspace(noi)

Arguments

noi

Number of items

Details

Please note that the computation time for creating large power sets can grow quite large easily.

Value

A binary matrix representing the respective knowledge space

Examples

kmminimalspace(5)
kmmaximalspace(5)


kstMatrix documentation built on Oct. 12, 2023, 5:06 p.m.