pyfca

pyfca - python formal concept analysis


Keywords
Documentation
License
MIT
Install
pip install pyfca==0.3.3

Documentation

pyfca

https://github.com/pyfca/pyfca

Python Formal Concept Analysis (FCA).

The purpose is to collect algoritms for FCA.

Algorithms

So far:

lattice construction:

  • AddIntent

implications basis:

  • Koenig

lattice drawing:

  • create lattice diagram and output in
    • svg
    • tkinter

Plan

  • Create a basic lattice data structure:

  • Merge existing sources available online.

    Lattice construction:

    • FCbO
    • InClose2
    • ...

    Implications basis:

    • Closure
    • LinClosure
    • Wild's Closure
    • ...