kmeqreduction {kstMatrix}R Documentation

Reduce a family of knowledge states with respect to item equivalence

Description

kmeqreduction takes a family of knowledge states and returns its reduction to non-equivalent items.

Usage

kmeqreduction(x)

Arguments

x

Binary matrix

Value

Binary matrix reduced by equivalences

See Also

Other Properties of knowledge structures: kmiswellgraded(), kmnotions()

Examples

kmeqreduction(xpl$space)


[Package kstMatrix version 0.2-0 Index]