API Reference
Context
|
A class used to represent Formal Context object from FCA theory. |
|
A class to encapsulate the work with binary tables in an efficient way |
This module provides a number of functions to read/write FormalContext object from/to a file |
MVContext
|
A class used to represent Many Valued Context object from FCA theory. |
This module contains classes of basic Pattern Structures which allow FCA to work with data of any complex description |
Lattice
|
A class used to represent Concept Lattice object from FCA theory |
This module provides a class FormalConcept which represents the Formal Concept object from FCA theory |
|
This module provides a class PatternConcept which represents the Pattern Concept object from FCA theory |
|
This module provides a set of functions to compute interestingness measures of concepts |
Visualizer
|
A class to draw line visualisations via Networkx package |
|
Class to make node moving in Hasse Diagrams easier |
Visualizers to be deleted in the future
A class for visualizing the ConceptLattice . |
|
|
A class to visualize POSet as graph . |
Machine Learning
This module provides 'DecisionLatticeClassifier' and 'DecisionLatticeRegressor' classes to use 'ConceptLattice' in a DecisionTree-like manner |
Algorithms
This module contains functions that take a FormalContext (or MVContext) and return a set of formal (or pattern) concepts. |
|
This module contains a number of function which take a set of formal (or pattern) concepts and return its subconcepts_dict i.e. the order of given concepts in the form {parent_concept_index: child_concept_index}. |
POSet
|
A class to represent a Partially Ordered Set (POSet) |
The module provides a lattice object from Order theory and its upper/lower semilattices. |
|
The module provides BinaryTree class which represents a binary tree as a partial case of a poset. |
Utils
This module provides a set of functions which can be useful in any subpackage of fcapy package |