Learn R Programming

multiplex (version 3.7)

galois: Galois Derivations Between Subsets

Description

Function to perform Galois derivations between partially ordered subsets

Usage

galois(x, labeling = c("full", "reduced"), sep, valued, scl, 
    sep2)

Value

A labelled list with Galois derivations of objects and attributes

Arguments

x

a data frame with objects and attributes

labeling

whether the derivations should be

  • full for full labeling

  • reduced for reduced labeling

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

Author

Antonio Rivero Ostoic

Details

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.

References

Ganter, B. and R. Wille Formal Concept Analysis -- Mathematical Foundations. Springer. 1996.

See Also

partial.order, diagram, fltr.

Examples

Run this code
# create a data frame
dfr <- data.frame(x=1:3, y=5:7)

# find galois derivations
galois(dfr)

Run the code above in your browser using DataLab