Learn R Programming

kst (version 0.5-4)

kneighbourhood: Neighbourhood of Knowledge States

Description

Computes the neighbourhood of a knowledge state.

Usage

kneighbourhood(kst, state)

Value

A set of sets containing the neighbourhood of state

Arguments

kst

An R object of class kstructure.

state

An R object of class set.

Details

The neighbourhood of a knowledge state is the set of all those states which have a symmetric seu difference of 1.

References

Doignon, J.-P., Falmagne, J.-C. (1999) Knowledge Spaces. Heidelberg: Springer Verlag.

See Also

kfringe, kstructure, set

Examples

Run this code
kst <- kstructure(set(set(), set("c"), set("a","b"), set("b","c"), 
   set("c","d"), set("d","e"), set("a","b","c"), set("b","c","d"), 
   set("c","d","e"), set("a","b","c","d"), set("a","b","d","e"), 
   set("b","c","d","e"), set("a","b","c","d","e")))

# inner fringe
kneighbourhood(kst, set("c","d","e"))

Run the code above in your browser using DataLab