Table 5. Formal concepts for the context in Table 4.
i Extension E
c
i
(↓) Intension I
c
i
(↑)
c
1
{(A, D, E)} {has(1, 2), has(3, 2), spec(3, 2), has(2, 1)}
c
2
{(A, C, D)} {has(3, 1), has(2, 1), spec(2, 1), has(1, 3)}
c
3
{(A, B, C)} {spec(3, 1), has(3, 1), spec(2, 1)}
c
4
{(A, B, D), (A, C, D)} {has(1, 3), has(3, 1), spec(2, 1)}
c
5
{(A, D, E), (A, C, D)} {has(1, 2)}
c
6
{(A, B, D), (A, C, D), (A, B, C)} {spec(2, 1), has(3, 1)}
Removing Redundant Information. As an additional step we remove those concepts
that contain redundant information. This is the case if the structure the concept describes
contains a symmetric subgraph. A prominent example is the ”star pattern” as depicted
in Figure 2 (a). Here we can reduce the pattern to the one in Figure 2 (b) without losing
any information. Since the reduced concepts represent structures of a lower order, we
can ignore them.
A
A
B
C
B, C
(a) (b)
Extension:
(A, B, C)
Extension:
(A, B), (A, C)
Fig. 2. A ”star pattern” containing redundant information (a) and its reduction (b).
4 Filtering Features
4.1 Corner Elements
In order to dynamically change the space FCA is applied on we define the term Corner
Element. When gathering all substructures of given order in the setup of the formal
context we proceed inductively, i.e. first compute all structures of order n = 2, then
augment them to structures of order n = 3, etc.. Before starting an analysis run we can
declare classes as corner elements and aggregate them in a list. It is then guaranteed that
in the first inductive step each structure of order n = 2 consists of at least one element
from the corner element list. As a consequence, the structures serving as FCA objects
then are the union of all structures that evolve around the classes in our list of corner
elements.
4.2 Class Prominence
Taking a look at the extension of a formal concept we gain interesting information on
single classes. One of such is the prominence of a class. For the extension E
c
⊂ P
n
of
a formal concept c we can consider an index r ∈ {1, . . . , n} of the n-tuples in E
c
as a
15