(self, algorithm: str)
| 176 | raise NotImplementedError |
| 177 | |
| 178 | async def clustering(self, algorithm: str): |
| 179 | raise NotImplementedError |
| 180 | |
| 181 | async def community_schema(self) -> dict[str, SingleCommunitySchema]: |
| 182 | """Return the community representation with report and nodes""" |