kmbasis.matrix: Compute the basis of a knowledge space
Description
kmbasis.matrix returns a matrix representing the basis of a
knowledge space. If x is a knowledge structure or an
arbitrary family of sets kmreduction returns the basis of
the smallest knowledge space containing x.
Usage
# S3 method for matrix
kmbasis(x, ...)
Value
Binary matrix representing the basis of the knowledge space.
Arguments
x
Binary matrix representing a knowledge space
...
Space or future, optional parameters
See Also
Other Different representations for knowledge spaces:
kmSF2basis(),
kmSR2basis(),
kmbasis.kmsurmisefunction(),
kmbasis.kmsurmiserelation(),
kmsurmisefunction(),
kmsurmiserelation(),
kmunionclosure()