kmbasis {kstMatrix} | R Documentation |
Compute the basis of a knowledge space
Description
kmbasis
returns a matrix representing the basis of a
knowledge space. If x
is a knowledge structure or an
arbitrary family of sets kmbasis
returns the basis of
the smallest knowledge space containing x
.
Usage
kmbasis(x)
Arguments
x |
Binary matrix representing a knowledge space |
Value
Binary matrix representing the basis of the knowledge space.
See Also
Other Different representations for knowledge spaces:
kmsurmisefunction()
,
kmsurmiserelation()
,
kmunionclosure()
Examples
kmbasis(xpl$space)
[Package kstMatrix version 0.2-0 Index]