Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 651 Bytes

operations.rst

File metadata and controls

30 lines (22 loc) · 651 Bytes

Operations

This module provides a set of operations that are supported by KGX. Each operation has an entrypoint - a function that takes a networkx.MultiDiGraph as input and performs some operation on the nodes and/or edges of that graph.

Clique Merge

.. automodule:: kgx.operations.clique_merge
   :members:
   :inherited-members:
   :show-inheritance:

Graph Merge

.. automodule:: kgx.operations.graph_merge
   :members:
   :inherited-members:
   :show-inheritance:

Summarize Graph

.. automodule:: kgx.operations.summarize_graph
   :members:
   :inherited-members:
   :show-inheritance: