galois | R Documentation |
Function to perform Galois derivations between partially ordered subsets
galois(x, labeling = c("full", "reduced"), sep, valued, scl,
sep2)
x |
a data frame with objects and attributes |
labeling |
whether the derivations should be
|
sep |
(optional) pair separator used for the pairwise relations |
valued |
(logical) whether the galois derivation is on a many-valued formal context |
scl |
(optional, only for valued) the scale to be used in the galois derivation |
sep2 |
(optional, only for valued) the separator in the formal concept |
Galois derivations (or connections) are mappings between families of partially ordered subsets of elements. Such derivations are useful to analyze the structure of both subsets, which in a social network are typically the actors and their corresponding affiliations or events. That is, two-mode networks, but also a group of objects with a list of different attributes as used in formal concept analysis.
A labelled list with Galois derivations of objects and attributes
Full labeling implies first objects and then attributes, whereas the reduced option is given the other way around.
Antonio Rivero Ostoic
Ganter, B. and R. Wille Formal Concept Analysis – Mathematical Foundations. Springer. 1996.
partial.order
, diagram
, fltr
.
# create a data frame
dfr <- data.frame(x=1:3, y=5:7)
# find galois derivations
galois(dfr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.