View source: R/kmbasisfringe.R
| kmbasisfringe | R Documentation |
kmbasisfringe computes the fringe of a state
within a knowledge structure, i.e. the set of items by which
the state differs from its neighbours.
kmbasisfringe(state, basis)
kmbasisinnerfringe(state, basis)
kmbasisouterfringe(state, basis)
state |
Binary vector representing a knowledge state |
basis |
|
Binary vector representing the fringe
Hockemeyer C (1997). Using the Basis of a Knowledge Space for Determining the Fringe of a Knowledge State. Journal of Mathematical Psychology, 41, 275–279.
Other Fringes & learning paths:
kmbasisneighbourhood(),
kmfringe(),
kmgradations(),
kmlearningpaths(),
kmneighbourhood(),
kmnneighbourhood()
kmbasisfringe(c(1,0,0,0), xpl$basis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.