:py:mod:`fca.rca.cpop` ====================== .. py:module:: fca.rca.cpop .. autoapi-nested-parse:: Closed partially-ordered patterns impl Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: fca.rca.cpop.get_index_offsets fca.rca.cpop.create_cpop fca.rca.cpop.get_subgraph_from_concept fca.rca.cpop.create_graph fca.rca.cpop.create_relational_edges fca.rca.cpop.is_attr_relational fca.rca.cpop.is_edge_relational .. py:function:: get_index_offsets(lattices) .. py:function:: create_cpop(lattices) Returns a graph with the cpop. Note that indexes in the graph will always be `idx - previous_lattice_last_index` .. py:function:: get_subgraph_from_concept(graph, concept_idx) -> set .. py:function:: create_graph(lattices, idx_offsets) .. py:function:: create_relational_edges(graph, lattices, lattice_idx_offsets) .. py:function:: is_attr_relational(attr) .. py:function:: is_edge_relational(edge)