formal-concepts =============== **Release** v\ |version|. |Docs| |Tests| |Codecov| Trying to find balance between usability and speed for Formal Concept Analysis experiments. Library is built on well known Python libraries Numpy (fast) and Pandas (easy to use). This library is work in progress, it is possible that whole implementation will change in the future. What is Formal Concept Analysis? -------------------------------- 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 1980, and builds on the mathematical theory of lattices and ordered sets that was developed by Garrett Birkhoff and others in the 1930s. https://en.wikipedia.org/wiki/Formal_concept_analysis Implemented algorithms ---------------------- - CloseByOne - FastCloseByOne - Lindig's UpperNeighbor Links ----- - Basic info about FCA: https://phoenix.inf.upol.cz/esf/ucebni/formal.pdf Dependencies ------------ formal-concepts requires: - Python (>= 3.4) - NumPy - Pandas - pygraphviz (plotting) .. |Docs| image:: https://readthedocs.org/projects/concepts/badge/?version=stable :target: http://formal-concepts.readthedocs.io/en/latest/ :alt: Readthedocs .. |Tests| image:: https://travis-ci.org/mikulatomas/formal-concepts.svg?branch=master :target: https://travis-ci.org/mikulatomas/formal-concepts .. |Codecov| image:: https://codecov.io/gh/mikulatomas/formal-concepts/branch/master/graph/badge.svg :target: https://codecov.io/gh/mikulatomas/formal-concepts .. |License| image:: https://img.shields.io/pypi/l/formal-concepts.svg :target: https://pypi.org/project/formal-concepts/ .. |Version| image:: https://img.shields.io/pypi/v/formal-concepts.svg :target: https://pypi.org/project/formal-concepts/ .. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/formal-concepts.svg :target: https://pypi.org/project/formal-concepts/ .. include:: contents.rst.inc