๐งโ๐คโ๐ง Communitiesยถ
Subpackagesยถ
Module contentsยถ
Community detection and inference models.
This package contains multiple community-detection approaches. Only a small, curated subset is exposed at the package level for discoverability.
Wrappers import lazily on first use.
Stable output conventions for curated entrypoints: - core_periphery(โฆ) returns a dict mapping node -> coreness score. - hyperlink_communities(โฆ) returns a SciPy dendrogram array (edge clustering).
Optional standardized wrappers (fit/predict style) are provided in hypergraphx.communities.api: - run_core_periphery(โฆ) -> CorePeripheryResult(scores=โฆ) - run_hyperlink_communities(โฆ) -> HyperlinkCommunitiesResult(dendrogram=โฆ) - fit_hysc(โฆ) -> HySCResult(memberships, labels, model) - fit_hypergraph_mt(โฆ) -> HypergraphMTResult(โฆ) - fit_hy_mmsbm(โฆ) -> HyMMSBMResult(โฆ)