<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>A Link between Pattern Structures and Random Forests</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tilo Krause</string-name>
          <email>tilokrause@hotmail.de1</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lars Lumpe</string-name>
          <email>larslumpe@gmail.com2</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefan E. Schmidt</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institut fu ̈r Algebra, Technische Universita ̈t Dresden</institution>
        </aff>
      </contrib-group>
      <fpage>131</fpage>
      <lpage>144</lpage>
      <abstract>
        <p>Our paper shows that decision trees and random forests can be described via pattern structures. This new perspective leads to a better understanding of random forests and delivers a new way of analyzing complex data with the help of pattern structures. (1) The pair (f, g) is an adjunction w.r.t. (P, L) if f x ≤ y is equivalent to x ≤ gy for all x ∈ P and y ∈ L. In this case, we will refer to (P, L, f, g) as a poset adjunction.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Pattern structures within the framework of formal concept analysis have been
introduced in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Since then, they have been the subject of further investigation
like in [
        <xref ref-type="bibr" rid="ref11 ref12 ref13 ref14 ref3">3, 11, 13, 12, 14</xref>
        ] and have turned out to be an important tool for
analyzing various real-world applications (cf. [
        <xref ref-type="bibr" rid="ref10 ref5 ref7 ref8 ref9">5, 7–10</xref>
        ]). Previous investigations like [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
show the connection between decision trees and formal concept analysis. In this
paper we want to present a new application and a link between pattern structures
and random forests. But, first, we will introduce embedded pattern structures,
enabling us to create pattern structures from pattern setups. Subsequently, we
are going to apply our findings to a data set [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and train a random forest to
predict the quality of red wines. Our approach leads to a better understanding
of pattern structures and random forests. Also we provide a useful visualization
to interpret a random forest and construct a model to predict classes of red wines.
      </p>
      <sec id="sec-1-1">
        <title>We will start with a few general definitions:</title>
        <p>Definition 1 (Adjunction). Let P = (P, ≤) and L = (L, ≤) be posets;
furthermore let f : P → L and g : L → P be maps.
(2) g is residual from L to P if the preimage of a principal filter in P under g is
always a principal filter in L, that is, for every x ∈ P there exists y ∈ L s.t.</p>
        <p>g−1{s ∈ P | x ≤ s} = {t ∈ L | y ≤ t}.</p>
        <p>Definition 2 (restriction). Let P := (P, ≤P) be a poset; then, for every set U
the poset</p>
        <p>P | U := (U, ≤P ∩(U × U ))
is called the restriction of P onto U .</p>
        <p>Definition 3. Let f : A → B be a surjective map, then</p>
        <p>IPf : B → 2A, b 7→ f −1b
is a partition of A. We call IPf an f induced partition of A.</p>
      </sec>
      <sec id="sec-1-2">
        <title>Note: We write f : A</title>
      </sec>
      <sec id="sec-1-3">
        <title>B for a surjective map f from A to B.</title>
        <p>If we consider a poset of patterns, it often arises as a dual of a given poset.
Definition 4 (Dedekind MacNeille completion). Let D := (D, ≤) be an ordered
set. For every subset A ⊆ D we call</p>
        <p>A↑ := {d ∈ D | a ≤ d for all a ∈ A}
the set of all upper bounds of A. The set of all lower bounds of A is defined
dually and denoted by A↓. A cut of D is a pair (A, B) with A, B ⊆ D, A↑ = B
and A = B↓. It is well known that these cuts ordered</p>
        <p>(A1, B1) ≤ (A2, B2) :⇔ A1 ⊆ A2 (⇔ B2 ⊆ B1)
form a complete lattice, the Dedekind MacNeille completion. It is the
smallest complete lattice containing a subset that is order isomorphic with D and
denoted by DM N (D).</p>
        <p>Definition 5 (Interval Poset). Let P := (P, ≤P) be a poset. Then we call</p>
        <p>IntP := {[p, q]P | p, q ∈ P } with [p, q]P := {t ∈ P | p ≤P t ≤P q}
the set of all intervals of P, and we refer to IntP := (IntP, ⊇) as the interval
poset of P.</p>
        <p>Remark: (i) Let P be a poset. Then IntP is an upper bounded poset, that is, ∅
is the greatest element of IntP, provided P has at least 2 elements. Furthermore,
if P is a (complete) lattice, then so is IntP.
(ii) If A is a set of attributes, then (RA, ≤) := (R, ≤)A is a lattice. With (i) it
follows that Int(RA, ≤) is a lower bounded lattice.</p>
        <p>The main definitions of FCA are based on a binary relation I between a
set of so called objects G and a set of so called attributes M . However, in many
real-world knowledge discovery problems, researchers have to deal with data sets
that are much more complex than binary data tables. In our case, there was a set
of numerical attributes, such as the amount of acetic acid, density, the amount
of salt, etc., describing the quality of a red wine. To deal with this kind of data,
pattern structures are a useful tool.</p>
        <p>Definition 6 (pattern setup, pattern structure). A triple P = (G, D, δ) is a
pattern setup if G is a set, D = (D, v) is a poset, and δ : G → D is a map. In
case every subset of δG := {δg | g ∈ G} has an infimum in D, we will refer to P
as pattern structure.</p>
        <p>
          In the sequel we need definition 5 and an application of Theorem 1 from [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
We listed both below.
        </p>
        <p>Definition 7 (pattern morphism). If G = (G, D, δ) and H = (H, E, ε) each is
a pattern setup, then a pair (f, ϕ) forms a pattern morphism from G to H if
f : G → H is a map and ϕ is a residual map from D to E satisfying ϕ ◦ δ = ε ◦ f ,
that is, the following diagram is commutative:
δ</p>
        <p>G
D
f
ϕ</p>
        <p>H
E
ε
Theorem 1. Let G be a pattern structure and H be a pattern setup. If (f, ϕ)
is a pattern morphism from G to H , with f being surjective, then H is also a
pattern structure.</p>
        <p>
          In this paper we want to present a connection between pattern structures
and random forests. Decision trees are an important data mining tool, used to
predict classes of data sets. Many applications of decision trees build a model
on a so called training set and then try to predict classes of unseen data (test
sets). For an introduction into the subject, we recommend [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. Before we give an
abstract definition of a decision tree, we want to present a way to construct one.
Construction 1 (decision tree). We start at the root node and split the data on
the feature that results in the best splitting measure (e.g. least gini impurity). In
an iterative process, we repeat this splitting procedure at each child node until
the nodes are pure (contain only one class) or a termination rule is fulfilled.
Nodes that do not split the data any further are called leaves.
        </p>
        <p>Definition 8 (decision tree). A finite tree is defined as a triple T := (T, ≤T, 0T)
consisting of a finite poset (T, ≤) with least element 0T. This least element will
be denoted as root node. Every principal downset is partially ordered. The
maximal elements of T will be called leaves of T; let LeT denote the set of
leaves of T. A triple T := (G, T, λ) will be called a finite decision tree or
short decision tree if G is a finite set, T := (T, ≤T, 0T) is a finite tree and
λ : G LeT is a surjective map. The map</p>
        <p>τ : T → LeT, t 7→ {b ∈ LeT | t ≤ b}
allocates the set of leaves to a node, where the node is less than or equal to the
leaf (in the sense of ≤T). We call</p>
        <p>Tc := (T c, ≤T, 0T) with T c := T ∪ {1T}
the tree completion of T and Tc a complete tree. This leads to a map
λ : G → T c, g 7→ λg.</p>
        <p>In the here presented context we will refer to T s := (G, T, Tc, λ, λ, τ ) as a
decision tree setup.</p>
        <p>Remark: (i) A tree completion Tc is the smallest complete lattice which
contains T.
(ii) The λ induced partition of G is given by</p>
        <p>IPλ : LeT → 2G, b 7→ λ−1b</p>
        <p>
          The following example illustrates the definition of a decision tree.
G
w0
w1
w2
w3
w4
w5
In [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] Leo Breiman introduced random forests, which lead to significant
improvements in classification accuracy by growing an ensemble of decision trees
and letting them vote for the most popular class. In this paper we use the
following definition of a random forest.
Definition 9 (random forest). Let Tis := (G, Ti, Tic, λi, λi, τi) be a decision tree
setup for all i ∈ I, then we call
        </p>
        <p>F := (G, Tprod, λ) with
Tprod := Y Ti, Tprod := Y Ti and λ : G →</p>
        <p>i∈I i∈I
a random forest.</p>
        <p>Y Ti, g 7→ {λig}i∈I
i∈I
3</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Embedded Pattern Structures</title>
      <p>The following definition establishes the connection between pattern setups and
pattern structures.</p>
      <p>Definition 10 (embedded pattern structure). Let L be a complete lattice and
P := (G, D, δ) a pattern setup with D := L|D. Then we call</p>
      <p>Pe := (G, L, D, δ) with δ : G → L, g 7→ δg
the embedded pattern structure. We say the pattern setup P is embedded
in the pattern structure (G, L, δ).</p>
      <p>The following two constructions are a demonstration of how to build an
embedded pattern structure from a pattern setup.</p>
      <p>Construction 2. Let G be a set and let D := (D, ≤) be a poset, then for every
map % : G → D the elementary pattern structure is given by:</p>
      <p>P% := (G, L, ε) with L := (2D, ⊇) and ε : G → 2D, g 7→ {%g}.</p>
      <p>Hence, the pattern setup (G, D, %) is embedded in the pattern structure P%.
Construction 3. For every pattern setup P := (G, D, δ), a pattern structure is
given through the Dedekind MacNeille completion and</p>
      <p>(G, DM N (D), δ) with δ : G → DM N (D), g 7→ δg
4</p>
    </sec>
    <sec id="sec-3">
      <title>Making the Link</title>
      <p>In this section we are going to present a way to construct a pattern structure
from a given decision tree. Starting point is the following pattern setup:
Construction 4. Let T s := (G, T, Tc, λ, λ, τ ) be a decision tree setup, then</p>
      <p>P := (G, T, λ)
is a pattern setup. We embed this pattern setup in the embedded pattern
structure</p>
      <p>P e := (G, Tc, T, λ).</p>
      <p>This leads to the pattern structure (G, Tc, λ).</p>
      <p>This construction provides a connection between decision trees and pattern
structures. Below we show the link between pattern structures and random
forests. For this purpose we have to look at the product of pattern structures.
Construction 5. Let I be a finite set and Pi := (G, Di, δi) a pattern structure
for every i ∈ I. Then</p>
      <p>Our construction shows that a product of pattern structures leads to a
pattern structure again. A decision tree can be described via a pattern structure
and, since a random forest is a product of decision trees, a random forest is
characterized by a pattern structure, too. The following theorem lays this out.
Construction 6. Let I be an index set and Tis := (G, Ti, Tic, λi, λi, τi) a decision
tree setup for all i ∈ I, and F := (G, Tprod, λ) the corresponding random forest.
Construction 4 provides us the embedded pattern structures Pie := (G, Tic, Ti, λi)
for every tree Ti. Then</p>
      <p>P := (G, T, λ) with
T :=</p>
      <p>Y Tic, T :=</p>
      <p>Y Tic and λ : G →
i∈I
i∈I</p>
      <p>Y Tic, g 7→ {λig}i∈I
i∈I
is a pattern structure, too.</p>
      <p>Construction 6 presents a way to describe a random forest through a pattern
structure. Not only does this novel perspective enable a deeper understanding
of random forests, but it also proves useful in real world applications, as will be
pointed out in the next section.
5</p>
    </sec>
    <sec id="sec-4">
      <title>Real World Application</title>
      <p>In this section, we are going to first describe the public data set we used, and then
apply Construction 6 to a typical data-mining related classification problem.
5.1</p>
      <p>
        Red Wine Data Set
To apply our previous results on a public data set we choose the red wine data set
from [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. There are 1599 examples of wines, described by 11 numerical attributes.
The input include objective tests (e.g. fixed acidity, sulphates, PH values,
residual sugar, chlorides, density, alcohol...) and the output is based on sensory data
(median of at least 3 evaluations made by wine experts). Each expert graded
the wine quality between 0 (very bad) and 10 (very excellent). For our purpose,
we established a binary distinction where every wine with a quality score above
5 is classified ”good” and all below as ”bad”. This led to a set of 855 positive
and 744 negative examples. We split the data into a training set (75% of the
examples) and a test set (25% of the examples) and trained a random forest
with onehundred trees with at least 10 examples per leaf and a maximal depth
of 3 on the training set. We verified our model on the test set and obtained the
following confusion matrix:
      </p>
      <p>
        Random forests are an useful tool like this example shows, but it is hard
to comprehend how a decision tree gives a ruling. Interval pattern structures,
introduced in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], can be helpful like the next section shows.
Many data mining relevant data sets (like the red wine data set) can be described
by an evaluation matrix:
Definition 11 (evaluation map). Let G be a finite set, M a set of attributes,
and Wm := (Wm, ≤m) a complete lattice for every attribute m ∈ M . Further,
let
      </p>
      <p>W := Y
m∈M</p>
      <p>Wm and W :=</p>
      <p>Wm.</p>
      <p>Y
m∈M
Then, a map
α : G → W, g 7→</p>
      <p>Y
m∈M
{αmg}
such that</p>
      <p>
        αm : G → Wm, g 7→ wm
is called evaluation map. We call E := (G, M, W, α) an evaluation setup.
Example 1. In the wine data set in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] it is possible to interpret the wines as
a set G, the describing attributes as the set M , and Wm as the numerical range
of attribute m with the natural order.
      </p>
      <p>In the above example, the evaluation map α : G → W assigns to every wine
a vector with values of all attributes m ∈ M .</p>
      <p>Construction 7. Let E := (G, M, W, α) be an evaluation setup and, further,
let T s := (G, T, Tc, λ, λ, τ ) be a decision tree setup. Then,
ϕ : T c → IntW|ϕT c, t 7→ [inf α(λ−1τ t), sup α(λ−1τ t)]</p>
      <p>W W
maps intervals to all nodes of the decision tree. The intervals are spanned by
the objects in the node.</p>
      <p>It is possible to create a pattern structure from this map, as the following
theorem shows.</p>
      <p>Theorem 2. Let E := (G, M, W, α) be an evaluation setup and T s := (G, T, Tc, λ, λ, τ )
a decision tree setup. Then</p>
      <p>P := (G, IntW|ϕT c, ϕ ◦ λ) with
ϕ : T c → IntW|ϕT c, t 7→ [inf α(λ−1τ t), sup α(λ−1τ t)]</p>
      <p>W W
is a pattern structure.</p>
      <p>Proof. We want to apply theorem 1. Since the identity map is clearly surjective,
we have to show that (id, ϕ) is a pattern morphism, more precisely we have to
prove that ϕ is a residual map. This can be achieved by applying definition 1.
The preimage of a principal filter in IntW|ϕT under ϕ is always a principal filter
in Tc. For every x ∈ IntW|ϕT</p>
      <p>ϕ−1{s ∈ IntW|ϕT | x ≤ s} = {t ∈ T c | ϕ−1x ≤ t}
holds.</p>
      <p>To lift the previous theorem up to a random forest, we use construction 5.
Construction 8. Let E := (G, M, W, α) be an evaluation setup, I an index
set, and F := Q Ti a random forest with corresponding decision tree setups
i∈I
Tis := (G, Ti, Tic, λi, λi, τi). Then</p>
      <p>Pi := (G, IntW|ϕiTic, ϕi ◦ λi) with</p>
      <p>P := (G, D, δ)
is a pattern structure and
with
D :=</p>
      <p>Y IntW|ϕiTic, D :=
i∈I</p>
      <p>Y IntW|ϕiTic and δ : G →
i∈I</p>
      <p>Y IntW|ϕiTic, g 7→ {ϕi◦λig}i∈I
i∈I
is a pattern structure, too.</p>
      <p>This construction provides a set of intervals for every g ∈ G. The intersection
of these intervals is not empty because g is at least in every interval. Every g
assigned a predicted class probability from a decision tree, which is a purity
measure. It is calculated as the ratio of good examples to all examples in a leaf.
For a random forest, the average of this ratio for all leaves, which contains g
are used to calculate a score. We took the best scored g of our training set and
looked at union of the intervals constructed by the random forest. We received
the following result:</p>
      <p>The diagram show all 11 attributes (fixed acidity, volatile acidity,... ) of the
wines. Displayed is the interval, which is constructed from best scored wine of
the random forest. This pattern contains 330 wines of the training set, 297 of
them are good and 33 are bad. As mentioned before the training set contains of
75% of the data, which are 1199 wines. 652 of them are good and 547 bad.
To choose a collection of intervals for a prediction model we calculate a score on
a pattern p via
score(p) =
good wines in p
all good wines</p>
      <p>+ ([ratiop ∗ 100] − 50)/50.</p>
      <p>
        To improve interpretability, we selected only the following best scored 5 intervals
and add them to the first interval to build our model. Again we looked at the
union of the intervals and scaled the range of the features to [
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ].
      </p>
      <p>Combining these 6 intervals to predict the classes of the test set leads to the
following confusion matrix:</p>
      <p>Our model lost some prediction quality, but the high interpretability makes
our algorithm useful. For example fixed acidity, which is the first attribute, seems
not important for the quality of a wine since all patterns have a huge range in this
feature. On the other hand the range in the attribute sulphates is comparatively
small. This suggests the assumption, that sulphates are an important feature to
classify a wine.</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>We introduced a novel framework for the application of pattern structures. The
paper presents a new way of building a pattern structure through a given
decision tree. This link is an interesting view on things and via a visualization it
leads to a better understanding of how a decision tree gives a ruling.
Furthermore, our paper shows that the product of pattern structures are also pattern
structures and so we extend the link between pattern structures and decision
trees to random forests, since they are a product of decision trees. Also we
introduced a model to predict classes of red wines. This model is an abstraction
of a random forest. As here introduced the prediction of the random forest is
better, but the high interpretability makes our algorithm valuable. This is just
a first useful example of our method. Further investigations on other data sets
have to prove the importance of our algorithm.</p>
      <p>Besides, we made some theoretical progress in the field of pattern structures by
introducing embedded pattern structures. They provide a framework where it is
possible to construct a pattern structure out of a given pattern setup.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>L.</given-names>
            <surname>Breiman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. H.</given-names>
            <surname>Friedman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Olshen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.J.</given-names>
            <surname>Stone</surname>
          </string-name>
          (
          <year>1984</year>
          ),
          <article-title>Classification and Regression Trees</article-title>
          , Chapman &amp; Hall.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. L.
          <string-name>
            <surname>Breiman</surname>
          </string-name>
          (
          <year>2001</year>
          ),
          <source>Machine Learning</source>
          , Springer.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>A.</given-names>
            <surname>Buzmakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. O.</given-names>
            <surname>Kuznetsov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Napoli</surname>
          </string-name>
          (
          <year>2015</year>
          ) ,
          <article-title>Revisiting Pattern Structure Projections</article-title>
          .
          <source>Formal Concept Analysis. Lecture Notes in Artificial Intelligence (Springer)</source>
          , Vol.
          <volume>9113</volume>
          , pp
          <fpage>200</fpage>
          -
          <lpage>215</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>P.</given-names>
            <surname>Cortez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cerdeira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Almeida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Matos</surname>
          </string-name>
          , J.
          <string-name>
            <surname>Reis</surname>
          </string-name>
          (
          <year>2009</year>
          ),
          <article-title>Modeling wine preferences by data mining from physicochemical properties</article-title>
          .
          <source>Decision Support Systems</source>
          <volume>47</volume>
          (
          <issue>4</issue>
          ), pp.
          <fpage>547</fpage>
          -
          <lpage>553</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>B.</given-names>
            <surname>Ganter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. O.</given-names>
            <surname>Kuznetsov</surname>
          </string-name>
          (
          <year>2001</year>
          ),
          <article-title>Pattern Structures and Their Projections</article-title>
          .
          <source>Proc. 9th Int. Conf. on Conceptual Structures</source>
          , ICCS'01,
          <string-name>
            <given-names>G.</given-names>
            <surname>Stumme and H. Delugach</surname>
          </string-name>
          (Eds.).
          <source>Lecture Notes in Artificial Intelligence (Springer)</source>
          , Vol.
          <volume>2120</volume>
          , pp.
          <fpage>129</fpage>
          -
          <lpage>142</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>S.</given-names>
            <surname>Guillas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bertet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.M.</given-names>
            <surname>Ogier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Girard</surname>
          </string-name>
          (
          <year>2008</year>
          ),
          <article-title>Some links between decision tree and dichotomic lattice</article-title>
          ,
          <source>CLA</source>
          <year>2008</year>
          , pp.
          <fpage>193</fpage>
          -
          <lpage>205</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>T. B. Kaiser</surname>
            ,
            <given-names>S. E.</given-names>
          </string-name>
          <string-name>
            <surname>Schmidt</surname>
          </string-name>
          (
          <year>2011</year>
          ),
          <article-title>Some remarks on the relation between annotated ordered sets and pattern structures</article-title>
          .
          <source>Pattern Recognition and Machine Intelligence. Lecture Notes in Computer Science</source>
          (Springer), Vol.
          <volume>6744</volume>
          , pp
          <fpage>43</fpage>
          -
          <lpage>48</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>M.</given-names>
            <surname>Kaytoue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. O.</given-names>
            <surname>Kuznetsov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Duplessis</surname>
          </string-name>
          (
          <year>2011</year>
          ),
          <article-title>Mining gene expression data with pattern structures in formal concept analysis</article-title>
          .
          <source>Information Sciences (Elsevier)</source>
          , Vol.
          <volume>181</volume>
          , pp.
          <fpage>1989</fpage>
          -
          <lpage>2001</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>S. O.</given-names>
            <surname>Kuznetsov</surname>
          </string-name>
          (
          <year>2009</year>
          ),
          <article-title>Pattern structures for analyzing complex data</article-title>
          . In H. Sakai et al. (Eds.).
          <source>Proceedings of the 12th international conference on rough sets, fuzzy sets, data mining and granular computing (RSFDGrC'09). Lecture Notes in Artificial Intelligence (Springer)</source>
          , Vol.
          <volume>5908</volume>
          , pp.
          <fpage>33</fpage>
          -
          <lpage>44</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. S. O.
          <string-name>
            <surname>Kuznetsov</surname>
          </string-name>
          (
          <year>2013</year>
          ),
          <article-title>Scalable Knowledge Discovery in Complex Data with Pattern Structures</article-title>
          . In: P.
          <string-name>
            <surname>Maji</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>M.N.</given-names>
          </string-name>
          <string-name>
            <surname>Murty</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>S.K.</given-names>
          </string-name>
          <string-name>
            <surname>Pal</surname>
          </string-name>
          , (Eds.).
          <source>Proc. 5th International Conference Pattern Recognition and Machine Intelligence (PReMI'2013). Lecture Notes in Computer Science</source>
          (Springer), Vol.
          <volume>8251</volume>
          , pp.
          <fpage>30</fpage>
          -
          <lpage>41</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>L.</given-names>
            <surname>Lumpe</surname>
          </string-name>
          and
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          (
          <year>2015</year>
          ),
          <source>A Note on Pattern Structures and Their Projections. Formal Concept Analysis. Lecture Notes in Artificial Intelligence (Springer)</source>
          , Vol.
          <volume>9113</volume>
          , pp
          <fpage>145</fpage>
          -
          <lpage>150</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12. L.
          <string-name>
            <surname>Lumpe</surname>
            ,
            <given-names>S. E.</given-names>
          </string-name>
          <string-name>
            <surname>Schmidt</surname>
          </string-name>
          (
          <year>2016</year>
          ),
          <source>Morphisms Between Pattern Structures and Their Impact on Concept Lattices, FCA4AI@ ECAI</source>
          <year>2016</year>
          , pp
          <fpage>25</fpage>
          -
          <lpage>34</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. L.
          <string-name>
            <surname>Lumpe</surname>
            ,
            <given-names>S. E.</given-names>
          </string-name>
          <string-name>
            <surname>Schmidt</surname>
          </string-name>
          (
          <year>2015</year>
          ),
          <article-title>Pattern Structures and Their Morphisms</article-title>
          .
          <source>CLA</source>
          <year>2015</year>
          , pp.
          <fpage>171</fpage>
          -
          <lpage>179</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. L.
          <string-name>
            <surname>Lumpe</surname>
            ,
            <given-names>S. E.</given-names>
          </string-name>
          <string-name>
            <surname>Schmidt</surname>
          </string-name>
          (
          <year>2016</year>
          ),
          <article-title>Viewing Morphisms Between Pattern Structures via Their Concept Lattices</article-title>
          and via Their Representations,
          <source>International Symposium on Methodologies for Intelligent Systems</source>
          <year>2017</year>
          , pp.
          <fpage>597</fpage>
          -
          <lpage>608</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>