Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 792 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 792 Bytes

fca - Python Libs for FCA

1.- License

GPL V3

2.- Requirements

The library has no dependencies and is entirely written over standard Python libs. As a result, fca can be executed over python and pypy.

3.- Install

This library is available from PyPi repos. To install use pip as follows:

pip install fca

4.- Examples

The folder examples contain some scripts showing the capabilities of the library.

Example 1: Calculate Formal Concepts in a single line

Example 2: Calculate Frequent Formal Concepts

Example 3: Calculate Interval Pattern Structures

Example 4: Customize a Pattern Structure by modifying the Interval Pattern implementation

5.- Formats

Currently, the library supports comma separated values (CSV), space separated values (SSV) and CXT files