Learn R Programming

kstMatrix (version 2.2-1)

kmsurmiserelation: 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)

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.

Arguments

x

Binary matrix representing a quasi-ordinal knowledge space

See Also

Other Different representations for knowledge spaces: kmSF2basis(), kmSR2basis(), kmbasis.kmsurmisefunction(), kmbasis.kmsurmiserelation(), kmbasis.matrix(), kmsurmisefunction(), kmunionclosure()

Examples

Run this code
kmsurmiserelation(xpl$space)

Run the code above in your browser using DataLab