.. _SubgraphPattern: Frequent Subgraph ============================== The :py:class:`pyemap.graph_mining.SubgraphPattern` object stores all of the data related to a subgraph pattern identified by the mining algorithm. This class is responsible for finding protein subgraphs in each PDB, and clustering them based on similarity. .. autoclass:: pyemap.graph_mining.SubgraphPattern :members: .. automethod:: __init__