Snippets tagged formal concept analysis

  • Formal Concept Analysis

    Formal Concept Analysis (FCA) is a method to determine cohesive groupings of functions and data structures, especially in program comprehension research. For example, consider an object set, O = {1,2,3,4,5,6,7,8,9,10}, and an attribute set, A = {composite,even,odd,prime,square}, we can build a lattice table that holds the relations between O and A.

    2 people like this

    Posted: 11 years ago by Joel Huang