Formal concept analysis

(Redirected from Concept lattice)

In information science, formal concept analysis (FCA) is a principled way of deriving a concept hierarchy or formal ontology from a collection of objects and their properties. Each concept in the hierarchy represents the objects sharing some set of properties; and each sub-concept in the hierarchy represents a subset of the objects (as well as a superset of the properties) in the concepts above it. The term was introduced by Rudolf Wille in 1981, and builds on the mathematical theory of lattices and ordered sets that was developed by Garrett Birkhoff and others in the 1930s.

Formal concept analysis finds practical application in fields including data mining, text mining, machine learning, knowledge management, semantic web, software development, chemistry and biology.

Overview and history edit

The original motivation of formal concept analysis was the search for real-world meaning of mathematical order theory. One such possibility of very general nature is that data tables can be transformed into algebraic structures called complete lattices, and that these can be utilized for data visualization and interpretation. A data table that represents a heterogeneous relation between objects and attributes, tabulating pairs of the form "object g has attribute m", is considered as a basic data type. It is referred to as a formal context. In this theory, a formal concept is defined to be a pair (A, B), where A is a set of objects (called the extent) and B is a set of attributes (the intent) such that

  • the extent A consists of all objects that share the attributes in B, and dually
  • the intent B consists of all attributes shared by the objects in A.

In this way, formal concept analysis formalizes the semantic notions of extension and intension.

The formal concepts of any formal context can—as explained below—be ordered in a hierarchy called more formally the context's "concept lattice". The concept lattice can be graphically visualized as a "line diagram", which then may be helpful for understanding the data. Often however these lattices get too large for visualization. Then the mathematical theory of formal concept analysis may be helpful, e.g., for decomposing the lattice into smaller pieces without information loss, or for embedding it into another structure which is easier to interpret.

The theory in its present form goes back to the early 1980s and a research group led by Rudolf Wille, Bernhard Ganter and Peter Burmeister at the Technische Universität Darmstadt. Its basic mathematical definitions, however, were already introduced in the 1930s by Garrett Birkhoff as part of general lattice theory. Other previous approaches to the same idea arose from various French research groups, but the Darmstadt group normalised the field and systematically worked out both its mathematical theory and its philosophical foundations. The latter refer in particular to Charles S. Peirce, but also to the Port-Royal Logic.

Motivation and philosophical background edit

In his article "Restructuring Lattice Theory" (1982),[1] initiating formal concept analysis as a mathematical discipline, Wille starts from a discontent with the current lattice theory and pure mathematics in general: The production of theoretical results—often achieved by "elaborate mental gymnastics"—were impressive, but the connections between neighboring domains, even parts of a theory were getting weaker.

Restructuring lattice theory is an attempt to reinvigorate connections with our general culture by interpreting the theory as concretely as possible, and in this way to promote better communication between lattice theorists and potential users of lattice theory

— Rudolf Wille, [1]

This aim traces back to the educationalist Hartmut von Hentig, who in 1972 pleaded for restructuring sciences in view of better teaching and in order to make sciences mutually available and more generally (i.e. also without specialized knowledge) critiqueable.[2] Hence, by its origins formal concept analysis aims at interdisciplinarity and democratic control of research.[3]

It corrects the starting point of lattice theory during the development of formal logic in the 19th century. Then—and later in model theory—a concept as unary predicate had been reduced to its extent. Now again, the philosophy of concepts should become less abstract by considering the intent. Hence, formal concept analysis is oriented towards the categories extension and intension of linguistics and classical conceptual logic.[4]

Formal concept analysis aims at the clarity of concepts according to Charles S. Peirce's pragmatic maxim by unfolding observable, elementary properties of the subsumed objects.[3] In his late philosophy, Peirce assumed that logical thinking aims at perceiving reality, by the triade concept, judgement and conclusion. Mathematics is an abstraction of logic, develops patterns of possible realities and therefore may support rational communication. On this background, Wille defines:

The aim and meaning of Formal Concept Analysis as mathematical theory of concepts and concept hierarchies is to support the rational communication of humans by mathematically developing appropriate conceptual structures which can be logically activated.

— Rudolf Wille, [5]

Example edit

 
Line diagram corresponding to the formal context bodies of water shown in the example table

The data in the example is taken from a semantic field study, where different kinds of bodies of water were systematically categorized by their attributes.[6] For the purpose here it has been simplified.

The data table represents a formal context, the line diagram next to it shows its concept lattice. Formal definitions follow below.

Example for a formal context: "bodies of water"
bodies of water attributes
temporary running natural stagnant constant maritime
objects
canal    
channel    
lagoon        
lake      
maar      
puddle      
pond      
pool      
reservoir    
river      
rivulet      
runnel      
sea        
stream      
tarn      
torrent      
trickle      


The above line diagram consists of circles, connecting line segments, and labels. Circles represent formal concepts. The lines allow to read off the subconcept-superconcept hierarchy. Each object and attribute name is used as a label exactly once in the diagram, with objects below and attributes above concept circles. This is done in a way that an attribute can be reached from an object via an ascending path if and only if the object has the attribute.

In the diagram shown, e.g. the object reservoir has the attributes stagnant and constant, but not the attributes temporary, running, natural, maritime. Accordingly, puddle has exactly the characteristics temporary, stagnant and natural.

The original formal context can be reconstructed from the labelled diagram, as well as the formal concepts. The extent of a concept consists of those objects from which an ascending path leads to the circle representing the concept. The intent consists of those attributes to which there is an ascending path from that concept circle (in the diagram). In this diagram the concept immediately to the left of the label reservoir has the intent stagnant and natural and the extent puddle, maar, lake, pond, tarn, pool, lagoon, and sea.

Formal contexts and concepts edit

A formal context is a triple K = (G, M, I), where G is a set of objects, M is a set of attributes, and IG × M is a binary relation called incidence that expresses which objects have which attributes.[4] For subsets AG of objects and subsets BM of attributes, one defines two derivation operators as follows:

A = {mM | (g,m) ∈ I for all gA}, i.e., a set of all attributes shared by all objects from A, and dually
B = {gG | (g,m) ∈ I for all mB}, i.e., a set of all objects sharing all attributes from B.

Applying either derivation operator and then the other constitutes two closure operators:

AA = (A) for A ⊆ G (extent closure), and
BB = (B) for B ⊆ M (intent closure).

The derivation operators define a Galois connection between sets of objects and of attributes. This is why in French a concept lattice is sometimes called a treillis de Galois (Galois lattice).

With these derivation operators, Wille gave an elegant definition of a formal concept: a pair (A,B) is a formal concept of a context (G, M, I) provided that:

AG, BM, A = B, and B = A.

Equivalently and more intuitively, (A,B) is a formal concept precisely when:

  • every object in A has every attribute in B,
  • for every object in G that is not in A, there is some attribute in B that the object does not have,
  • for every attribute in M that is not in B, there is some object in A that does not have that attribute.

For computing purposes, a formal context may be naturally represented as a (0,1)-matrix K in which the rows correspond to the objects, the columns correspond to the attributes, and each entry ki,j equals to 1 if "object i has attribute j." In this matrix representation, each formal concept corresponds to a maximal submatrix (not necessarily contiguous) all of whose elements equal 1. It is however misleading to consider a formal context as boolean, because the negated incidence ("object g does not have attribute m") is not concept forming in the same way as defined above. For this reason, the values 1 and 0 or TRUE and FALSE are usually avoided when representing formal contexts, and a symbol like × is used to express incidence.

Concept lattice of a formal context edit

The concepts (Ai, Bi) of a context K can be (partially) ordered by the inclusion of extents, or, equivalently, by the dual inclusion of intents. An order ≤ on the concepts is defined as follows: for any two concepts (A1, B1) and (A2, B2) of K, we say that (A1, B1) ≤ (A2, B2) precisely when A1A2. Equivalently, (A1, B1) ≤ (A2, B2) whenever B1B2.

In this order, every set of formal concepts has a greatest common subconcept, or meet. Its extent consists of those objects that are common to all extents of the set. Dually, every set of formal concepts has a least common superconcept, the intent of which comprises all attributes which all objects of that set of concepts have.

These meet and join operations satisfy the axioms defining a lattice, in fact a complete lattice. Conversely, it can be shown that every complete lattice is the concept lattice of some formal context (up to isomorphism).

Attribute values and negation edit

Real-world data is often given in the form of an object-attribute table, where the attributes have "values". Formal concept analysis handles such data by transforming them into the basic type of a ("one-valued") formal context. The method is called conceptual scaling.

The negation of an attribute m is an attribute ¬m, the extent of which is just the complement of the extent of m, i.e., with (¬m) = G \ m. It is in general not assumed that negated attributes are available for concept formation. But pairs of attributes which are negations of each other often naturally occur, for example in contexts derived from conceptual scaling.

For possible negations of formal concepts see the section concept algebras below.

Implications edit

An implication AB relates two sets A and B of attributes and expresses that every object possessing each attribute from A also has each attribute from B. When (G,M,I) is a formal context and A, B are subsets of the set M of attributes (i.e., A,BM), then the implication AB is valid if AB. For each finite formal context, the set of all valid implications has a canonical basis,[7] an irredundant set of implications from which all valid implications can be derived by the natural inference (Armstrong rules). This is used in attribute exploration, a knowledge acquisition method based on implications.[8]

Arrow relations edit

Formal concept analysis has elaborate mathematical foundations,[4] making the field versatile. As a basic example we mention the arrow relations, which are simple and easy to compute, but very useful. They are defined as follows: For gG and mM let

gm ⇔ (g, m) ∉ I and if mn and m ≠ n , then (g, n) ∈ I,

and dually

gm ⇔ (g, m) ∉ I and if gh and g ≠ h , then (h, m) ∈ I.

Since only non-incident object-attribute pairs can be related, these relations can conveniently be recorded in the table representing a formal context. Many lattice properties can be read off from the arrow relations, including distributivity and several of its generalizations. They also reveal structural information and can be used for determining, e.g., the congruence relations of the lattice.

Extensions of the theory edit

  • Triadic concept analysis replaces the binary incidence relation between objects and attributes by a ternary relation between objects, attributes, and conditions. An incidence   then expresses that the object g has the attribute m under the condition c. Although triadic concepts can be defined in analogy to the formal concepts above, the theory of the trilattices formed by them is much less developed than that of concept lattices, and seems to be difficult.[9] Voutsadakis has studied the n-ary case.[10]
  • Fuzzy concept analysis: Extensive work has been done on a fuzzy version of formal concept analysis.[11]
  • Concept algebras: Modelling negation of formal concepts is somewhat problematic because the complement (G \ A, M \ B) of a formal concept (A, B) is in general not a concept. However, since the concept lattice is complete one can consider the join (A, B)Δ of all concepts (C, D) that satisfy CG \ A; or dually the meet (A, B)𝛁 of all concepts satisfying DM \ B. These two operations are known as weak negation and weak opposition, respectively. This can be expressed in terms of the derivation operators. Weak negation can be written as (A, B)Δ = ((G \ A)″, (G \ A)'), and weak opposition can be written as (A, B)𝛁 = ((M \ B)', (M \ B)″). The concept lattice equipped with the two additional operations Δ and 𝛁 is known as the concept algebra of a context. Concept algebras generalize power sets. Weak negation on a concept lattice L is a weak complementation, i.e. an order-reversing map Δ: LL which satisfies the axioms xΔΔx and (xy) ⋁ (xyΔ) = x. Weak opposition is a dual weak complementation. A (bounded) lattice such as a concept algebra, which is equipped with a weak complementation and a dual weak complementation, is called a weakly dicomplemented lattice. Weakly dicomplemented lattices generalize distributive orthocomplemented lattices, i.e. Boolean algebras.[12][13]

Temporal concept analysis edit

Temporal concept analysis (TCA) is an extension of Formal Concept Analysis (FCA) aiming at a conceptual description of temporal phenomena. It provides animations in concept lattices obtained from data about changing objects. It offers a general way of understanding change of concrete or abstract objects in continuous, discrete or hybrid space and time. TCA applies conceptual scaling to temporal data bases.[14]

In the simplest case TCA considers objects that change in time like a particle in physics, which, at each time, is at exactly one place. That happens in those temporal data where the attributes 'temporal object' and 'time' together form a key of the data base. Then the state (of a temporal object at a time in a view) is formalized as a certain object concept of the formal context describing the chosen view. In this simple case, a typical visualization of a temporal system is a line diagram of the concept lattice of the view into which trajectories of temporal objects are embedded. [15]

TCA generalizes the above mentioned case by considering temporal data bases with an arbitrary key. That leads to the notion of distributed objects which are at any given time at possibly many places, as for example, a high pressure zone on a weather map. The notions of 'temporal objects', 'time' and 'place' are represented as formal concepts in scales. A state is formalized as a set of object concepts. That leads to a conceptual interpretation of the ideas of particles and waves in physics.[16]

Algorithms and tools edit

There are a number of simple and fast algorithms for generating formal concepts and for constructing and navigating concept lattices. For a survey, see Kuznetsov and Obiedkov[17] or the book by Ganter and Obiedkov,[8] where also some pseudo-code can be found. Since the number of formal concepts may be exponential in the size of the formal context, the complexity of the algorithms usually is given with respect to the output size. Concept lattices with a few million elements can be handled without problems.

Many FCA software applications are available today.[18] The main purpose of these tools varies from formal context creation to formal concept mining and generating the concepts lattice of a given formal context and the corresponding implications and association rules. Most of these tools are academic open-source applications, such as:

Related analytical techniques edit

Bicliques edit

A formal context can naturally be interpreted as a bipartite graph. The formal concepts then correspond to the maximal bicliques in that graph. The mathematical and algorithmic results of formal concept analysis may thus be used for the theory of maximal bicliques. The notion of bipartite dimension (of the complemented bipartite graph) translates[4] to that of Ferrers dimension (of the formal context) and of order dimension (of the concept lattice) and has applications e.g. for Boolean matrix factorization.[25]

Biclustering and multidimensional clustering edit

Given an object-attribute numerical data-table, the goal of biclustering is to group together some objects having similar values of some attributes. For example, in gene expression data, it is known that genes (objects) may share a common behavior for a subset of biological situations (attributes) only: one should accordingly produce local patterns to characterize biological processes, the latter should possibly overlap, since a gene may be involved in several processes. The same remark applies for recommender systems where one is interested in local patterns characterizing groups of users that strongly share almost the same tastes for a subset of items.[26]

A bicluster in a binary object-attribute data-table is a pair (A,B) consisting of an inclusion-maximal set of objects A and an inclusion-maximal set of attributes B such that almost all objects from A have almost all attributes from B and vice versa.

Of course, formal concepts can be considered as "rigid" biclusters where all objects have all attributes and vice versa. Hence, it is not surprising that some bicluster definitions coming from practice[27] are just definitions of a formal concept.[28] Relaxed FCA-based versions of biclustering and triclustering include OA-biclustering[29] and OAC-triclustering[30] (here O stands for object, A for attribute, C for condition); to generate patterns these methods use prime operators only once being applied to a single entity (e.g. object) or a pair of entities (e.g. attribute-condition), respectively.

A bicluster of similar values in a numerical object-attribute data-table is usually defined[31][32][33] as a pair consisting of an inclusion-maximal set of objects and an inclusion-maximal set of attributes having similar values for the objects. Such a pair can be represented as an inclusion-maximal rectangle in the numerical table, modulo rows and columns permutations. In[28] it was shown that biclusters of similar values correspond to triconcepts of a triadic context where the third dimension is given by a scale that represents numerical attribute values by binary attributes.

This fact can be generalized to n-dimensional case, where n-dimensional clusters of similar values in n-dimensional data are represented by n+1-dimensional concepts. This reduction allows one to use standard definitions and algorithms from multidimensional concept analysis[33][10] for computing multidimensional clusters.

Knowledge spaces edit

In the theory of knowledge spaces it is assumed that in any knowledge space the family of knowledge states is union-closed. The complements of knowledge states therefore form a closure system and may be represented as the extents of some formal context.

Hands-on experience with formal concept analysis edit

The formal concept analysis can be used as a qualitative method for data analysis. Since the early beginnings of FCA in the early 1980s, the FCA research group at TU Darmstadt has gained experience from more than 200 projects using the FCA (as of 2005).[34] Including the fields of: medicine and cell biology,[35][36] genetics,[37][38] ecology,[39] software engineering,[40] ontology,[41] information and library sciences,[42][43][44] office administration,[45] law,[46][47] linguistics,[48] political science.[49]

Many more examples are e.g. described in: Formal Concept Analysis. Foundations and Applications,[34] conference papers at regular conferences such as: International Conference on Formal Concept Analysis (ICFCA),[50] Concept Lattices and their Applications (CLA),[51] or International Conference on Conceptual Structures (ICCS).[52]

See also edit

Notes edit

  1. ^ a b Wille, Rudolf (1982). "Restructuring lattice theory: An approach based on hierarchies of concepts". In Rival, Ivan (ed.). Ordered Sets. Proceedings of the NATO Advanced Study Institute held at Banff, Canada, August 28 to September 12, 1981. Nato Science Series C. Vol. 83. Springer. pp. 445–470. doi:10.1007/978-94-009-7798-3. ISBN 978-94-009-7800-3., reprinted in Ferré, Sébastien; Rudolph, Sebastian, eds. (12 May 2009). Formal Concept Analysis: 7th International Conference, ICFCA 2009 Darmstadt, Germany, May 21–24, 2009 Proceedings. Springer. p. 314. ISBN 978-364201814-5.
  2. ^ Hentig, von, Hartmut (1972). Magier oder Magister? Über die Einheit der Wissenschaft im Verständigungsprozeß. Klett (1972), Suhrkamp (1974). ISBN 978-3518067079.
  3. ^ a b Wollbold, Johannes (2011). Attribute Exploration of Gene Regulatory Processes (PDF) (PhD). University of Jena. p. 9. arXiv:1204.1995. urn:nbn:de:gbv:27-20120103-132627-0.
  4. ^ a b c d Ganter, Bernhard; Wille, Rudolf (1999). Formal Concept Analysis: Mathematical Foundations. Springer. ISBN 3-540-62771-5.
  5. ^ Wille, Rudolf. "Formal Concept Analysis as Mathematical Theory of Concepts and Concept Hierarchies". Ganter, Stumme & Wille 2005.
  6. ^ Lutzeier, Peter Rolf (1981), Wort und Feld: wortsemantische Fragestellungen mit besonderer Berücksichtigung des Wortfeldbegriffes: Dissertation, Linguistische Arbeiten 103 (in German), Tübingen: Niemeyer, doi:10.1515/9783111678726.fm, OCLC 8205166
  7. ^ Guigues, J.L.; Duquenne, V. (1986). "Familles minimales d'implications informatives résultant d'un tableau de données binaires" (PDF). Mathématiques et Sciences Humaines. 95: 5–18.
  8. ^ a b Ganter, Bernhard; Obiedkov, Sergei (2016). Conceptual Exploration. Springer. ISBN 978-3-662-49290-1.
  9. ^ Wille, R. (1995). "The basic theorem of triadic concept analysis"". Order. 12 (2): 149–158. doi:10.1007/BF01108624. S2CID 122657534.
  10. ^ a b Voutsadakis, G. (2002). "Polyadic Concept Analysis" (PDF). Order. 19 (3): 295–304. doi:10.1023/A:1021252203599. S2CID 17738011.
  11. ^ "Formal Concept Analysis and Fuzzy Logic" (PDF). Archived from the original (PDF) on 2017-12-09. Retrieved 2017-12-08.
  12. ^ Wille, Rudolf (2000), "Boolean Concept Logic", in Ganter, B.; Mineau, G. W. (eds.), ICCS 2000 Conceptual Structures: Logical, Linguistic and Computational Issues, LNAI 1867, Springer, pp. 317–331, ISBN 978-3-540-67859-5.
  13. ^ Kwuida, Léonard (2004), Dicomplemented Lattices. A contextual generalization of Boolean algebras (PDF), Shaker Verlag, ISBN 978-3-8322-3350-1
  14. ^ Wolff, Karl Erich (2010), "Temporal Relational Semantic Systems", in Croitoru, Madalina; Ferré, Sébastien; Lukose, Dickson (eds.), Conceptual Structures: From Information to Intelligence. ICCS 2010. LNAI 6208, Lecture Notes in Artificial Intelligence, vol. 6208, Springer, pp. 165–180, doi:10.1007/978-3-642-14197-3, ISBN 978-3-642-14196-6.
  15. ^ Wolff, Karl Erich (2019), "Temporal Concept Analysis with SIENA", in Cristea, Diana; Le Ber, Florence; Missaoui, Rokia; Kwuida, Léonard; Sertkaya, Bariş (eds.), Supplementary Proceedings of ICFCA 2019, Conference and Workshops (PDF), Springer, pp. 94–99.
  16. ^ Wolff, Karl Erich (2004), "'Particles' and 'Waves' as Understood by Temporal Concept Analysis.", in Wolff, Karl Erich; Pfeiffer, Heather D.; Delugach, Harry S. (eds.), Conceptual Structures at Work. 12th International Conference on Conceptual Structures, ICCS 2004. Huntsville, AL, USA, July 2004, LNAI 3127. Proceedings, Lecture Notes in Artificial Intelligence, Springer, pp. 126–141, doi:10.1007/978-3-540-27769-9_8, ISBN 978-3-540-22392-4.
  17. ^ Kuznetsov, S.; Obiedkov, S. (2002). "Comparing Performance of Algorithms for Generating Concept Lattices". Journal of Experimental and Theoretical Artificial Intelligence. 14 (2–3): 189–216. doi:10.1080/09528130210164170. S2CID 10784843.
  18. ^ One can find a non exhaustive list of FCA tools in the FCA software website: "Formal Concept Analysis Software and Applications". Archived from the original on 2010-04-16. Retrieved 2010-06-10.
  19. ^ "The Concept Explorer". Conexp.sourceforge.net. Retrieved 27 December 2018.
  20. ^ "ToscanaJ: Welcome". Toscanaj.sourceforge.net. Retrieved 27 December 2018.
  21. ^ Boumedjout Lahcen and Leonard Kwuida. "Lattice Miner: A Tool for Concept Lattice Construction and Exploration". In: Supplementary Proceeding of International Conference on Formal concept analysis (ICFCA'10), 2010
  22. ^ "The Coron System". Coron.loria.fr. Retrieved 27 December 2018.
  23. ^ "FcaBedrock Formal Context Creator". SourceForge.net. 12 June 2014. Retrieved 27 December 2018.
  24. ^ "GALACTIC GAlois LAttices, Concept Theory, Implicational system and Closures". galactic.univ-lr.fr. Retrieved 2 February 2021.
  25. ^ Belohlavek, Radim; Vychodil, Vilem (2010). "Discovery of optimal factors in binary data via a novel method of matrix decomposition" (PDF). Journal of Computer and System Sciences. 76 (1): 3–20. doi:10.1016/j.jcss.2009.05.002. S2CID 15659185.
  26. ^ Adomavicius, C.; Tuzhilin, A. (2005). "Toward the next generation of recommender systems: a survey of the state-of-the-art and possible extensions" (PDF). IEEE Transactions on Knowledge and Data Engineering. 17 (6): 734–749. doi:10.1109/TKDE.2005.99. S2CID 206742345.
  27. ^ Prelic, S.; Bleuler, P.; Zimmermann, A.; Wille, P.; Buhlmann, W.; Gruissem, L.; Hennig, L.; Thiele, E.; Zitzler (2006). "A Systematic Comparison and Evaluation of Biclustering Methods for Gene Expression Data". Bioinformatics. 22 (9): 1122–9. doi:10.1093/bioinformatics/btl060. hdl:20.500.11850/23740. PMID 16500941.
  28. ^ a b Kaytoue, M.; Kuznetsov, S.; Macko, J.; Wagner Meira Jr., Napoli A. (2011). "Mining Biclusters of Similar Values with Triadic Concept Analysis". CLA: 175–190. arXiv:1111.3270.
  29. ^ Ignatov, D.; Poelmans, J.; Kuznetsov, S. (2012). "Concept-Based Biclustering for Internet Advertisement". 2012 IEEE 12th International Conference on Data Mining Workshops. pp. 123–130. doi:10.1109/ICDMW.2012.100. ISBN 978-1-4673-5164-5. S2CID 32701053.
  30. ^ Ignatov, D.; Gnatyshak, D.; Kuznetsov, S.; Mirkin, B. (2015). "Triadic Formal Concept Analysis and triclustering: searching for optimal patterns". Mach. Learn. 101 (1–3): 271–302. doi:10.1007/s10994-015-5487-y. S2CID 254738363.
  31. ^ Pensa, R.G.; Leschi, C.; Besson, J.; Boulicaut, J.-F. (2004). "Assessment of discretization techniques for relevant pattern discovery from gene expression data" (PDF). In Zaki, M.J.; Morishita, S.; Rigoutsos, I. (eds.). Proceedings of the 4th ACM SIGKDD Workshop on Data Mining in Bioinformatics (BIOKDD 2004). pp. 24–30. Retrieved 2022-07-20.
  32. ^ Besson, J.; Robardet, C.; Raedt, L.D.; Boulicaut, J.-F. (2007). "Mining bi-sets in numerical data" (PDF). In Dzeroski, S.; Struyf, J. (eds.). International Workshop on Knowledge Discovery in Inductive Databases. LNCS. Vol. 4747. Springer. pp. 11–23. doi:10.1007/978-3-540-75549-4_2. ISBN 978-3-540-75549-4.
  33. ^ a b Cerf, L.; Besson, J.; Robardet, C.; Boulicaut, J.-F. (2009). "Closed patterns meet n-ary relations" (PDF). ACM Transactions on Knowledge Discovery from Data. 3 (1): 1–36. doi:10.1145/1497577.1497580. S2CID 11148363.
  34. ^ a b Ganter, Stumme & Wille 2005
  35. ^ Susanne Motameny; Beatrix Versmold; Rita Schmutzler (2008), Raoul Medina; Sergei Obiedkov (eds.), "Formal Concept Analysis for the Identification of Combinatorial Biomarkers in Breast Cancer", Icfca 2008, LNAI, vol. 4933, Berlin Heidelberg: Springer, pp. 229–240, ISBN 978-3-540-78136-3, retrieved 2016-01-29
  36. ^ Dominik Endres; Ruth Adam; Martin A. Giese; Uta Noppeney (2012), Florent Domenach; Dmitry I. Ignatov; Jonas Poelmans (eds.), "Understanding the Semantic Structure of Human fMRI Brain Recordings with Formal Concept Analysis", Icfca 2012, LNCS, vol. 7278, Berlin Heidelberg: Springer, pp. 96–111, doi:10.1007/978-3-642-29892-9, ISBN 978-3-642-29891-2, ISSN 0302-9743, S2CID 6256292
  37. ^ Denis Ponomaryov; Nadezhda Omelianchuk; Victoria Mironova; Eugene Zalevsky; Nikolay Podkolodny; Eric Mjolsness; Nikolay Kolchanov (2011), Karl Erich Wolff; Dmitry E. Palchunov; Nikolay G. Zagoruiko; Urs Andelfinger (eds.), "From Published Expression and Phenotype Data to Structured Knowledge: The Arabidopsis Gene Net Supplementary Database and Its Applications", Kont 2007, KPP 2007, LNCS, vol. 6581, Heidelberg New York: Springer, pp. 101–120, doi:10.1007/978-3-642-22140-8, ISBN 978-3-642-22139-2, ISSN 0302-9743
  38. ^ Mehdi Kaytoue; Sergei Kuznetsov; Amedeo Napoli; Sébastien Duplessis (2011), "Mining gene expression data with pattern structures in formal concept analysis" (PDF), Information Sciences, vol. 181, no. 10, Elsevier, pp. 1989–2001, CiteSeerX 10.1.1.457.8879, doi:10.1016/j.ins.2010.07.007, S2CID 215797283, retrieved 2016-02-13
  39. ^ Aurélie Bertaux; Florence Le Ber; Agnès Braud; Michèle Trémolières (2009), Sébastien Ferré; Sebastian Rudolph (eds.), "Identifying Ecological Traits: A Concrete FCA-Based Approach", Icfca 2009, LNAI, vol. 5548, Berlin Heidelberg: Springer-Verlag, pp. 224–236, doi:10.1007/978-3-642-01815-2, ISBN 978-3-642-01814-5, S2CID 26304023
  40. ^ Gregor Snelting; Frank Tip (1998), "Reengineering class hierarchies using concept analysis", Proceeding. SIGSOFT '98/FSE-6, vol. 23, no. 6, New York: ACM, pp. 99–110, doi:10.1145/291252.288273, ISBN 1-58113-108-9, retrieved 2016-02-04
  41. ^ Gerd Stumme; Alexander Maedche (2001), Universität Leipzig (ed.), "FCA-Merge: Bottom-up merging of ontologies" (PDF), IJCAI, Leipzig, pp. 225–230, archived from the original (PDF) on 2016-02-13, retrieved 2016-02-13
  42. ^ Priss, Uta (2006), "Formal Concept Analysis in Information Science" (PDF), Annual Review of Information Science and Technology, vol. 40, no. 1, Medford, NJ 09855: Information Today, pp. 521–543, doi:10.1002/aris.1440400120, ISSN 0066-4200, retrieved 2016-02-04{{citation}}: CS1 maint: location (link)
  43. ^ Jens Illig; Andreas Hotho; Robert Jäschke; Gerd Stumme (2011), Karl Erich Wolff; Dmitry E. Palchunov; Nikolay G. Zagoruiko; Urs Andelfinger (eds.), "A Comparison of Content-Based Tag Recommendations in Folksonomy Systems", Kont 2007, KPP 2007, LNCS, vol. 6581, Heidelberg New York: Springer, pp. 136–149, doi:10.1007/978-3-642-22140-8, ISBN 978-3-642-22139-2, ISSN 0302-9743
  44. ^ Claudio Carpineto; Giovanni Romano, eds. (2004), Concept Data Analysis: Theory and Applications, John Wiley & Sons, ISBN 0-470-85055-8, retrieved 2016-02-04
  45. ^ Richard Cole; Gerd Stumme (2000), Bernhard Ganter; Guy W. Mineau (eds.), "CEM – A Conceptual Email Manager", Conceptual Structures: Logical, Linguistic, and Computational Issues, LNAI, vol. 1867, Berlin Heidelberg: Springer-Verlag, pp. 438–452, doi:10.1007/10722280, ISBN 3-540-67859-X, S2CID 5942241
  46. ^ Dieter Eschenfelder; Wolfgang Kollewe; Martin Skorsky; Rudolf Wille (2000), Gerd Stumme; Rudolf Wille (eds.), "Ein Erkundungssystem zum Baurecht: Methoden der Entwicklung Eines TOSCANA-Systems", Begriffliche Wissensverarbeitung – Methoden und Anwendungen (in German), Berlin Heidelberg: Springer, pp. 254–272, doi:10.1007/978-3-642-57217-3_12, ISBN 3-540-66391-6
  47. ^ Nada Mimouni; Adeline Nazarenko; Sylvie Salotti (2015), Jaume Baixeries; Christian Sacarea; Manuel Ojeda-Aciego (eds.), "A Conceptual Approach for Relational IR: Application to Legal Collections", Icfca 2015, LNAI, vol. 9113, Heidelberg New York: Springer, pp. 303–318, doi:10.1007/978-3-319-19545-2_19, ISBN 978-3-319-19544-5, ISSN 0302-9743
  48. ^ Priss, Uta, "Linguistic Applications of Formal Concept Analysis", Ganter, Stumme & Wille 2005, pp. 149–160
  49. ^ Beate Kohler-Koch; Frank Vogt; Gerhard Stumme; Rudolf Wille (2000), "Normen- und Regelgeleitete internationale Kooperationen: Quoted in: Peter Becker et al. The ToscanaJ Suite for Implementing Conceptual Information Systems", Begriffliche Wissenverarbeitung – Methoden und Anwendungen (in German), Springer, pp. 325–340, ISBN 978-3-540-66391-1
  50. ^ "International Conference on Formal Concept Analysis". dblp. Retrieved 2016-02-14.
  51. ^ "CLA: Concept Lattices and Their Applications". CLA. Retrieved 2015-11-14.
  52. ^ "International Conferences On Conceptual Structures – Conferences and Workshops". New Mexico State University. Retrieved 2016-02-14.

References edit

External links edit