kmsurmiserelation {kstMatrix}R Documentation

Compute the surmise relation of a quasi-ordinal knowledge space

Description

kmsurmiserelation returns a matrix representing the surmise relation of a quasi-ordinal knowledge space. If x is a general knowledge space, a knowledge structure or an arbitrary family of sets, kmsurmiserelation returns the surmise relation of the smallest quasi-ordinal knowledge space containing x.

Usage

kmsurmiserelation(x)

Arguments

x

Binary matrix representing a quasi-ordinal knowledge space

Value

Binary matrix representing the surmise relation of the corresponding quasi-ordinal knowledge space

Note: The columns of the surmise relation matrix describe the minimal state for the respective item in the quasi-ordinal knowledge space.

See Also

Other Different representations for knowledge spaces: kmbasis(), kmsurmisefunction(), kmunionclosure()

Examples

kmsurmiserelation(xpl$space)


[Package kstMatrix version 0.2-0 Index]