| kmfringe | R Documentation |
kmfringe computes the fringe of a state
within a knowledge structure, i.e. the set of items by which
the state differs from its neighbours.
kmfringe(state, struct)
kminnerfringe(state, struct)
kmouterfringe(state, struct)
state |
Binary vector representing a knowledge state |
struct |
Binary matrix representing a knowledge structure |
Binary vector representing the fringe
Other Fringes & learning paths:
kmbasisfringe(),
kmbasisneighbourhood(),
kmgradations(),
kmlearningpaths(),
kmneighbourhood(),
kmnneighbourhood()
kmfringe(c(1,0,0,0), xpl$space)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.