AlgorithmCategory¶
- enum graphdatascience.session.algorithm_category.AlgorithmCategory(value)¶
支持的算法类别枚举,用于尺寸估计。
有效值如下:
- CENTRALITY = <AlgorithmCategory.CENTRALITY: 'centrality'>¶
- COMMUNITY_DETECTION = <AlgorithmCategory.COMMUNITY_DETECTION: 'community-detection'>¶
- MACHINE_LEARNING = <AlgorithmCategory.MACHINE_LEARNING: 'machine-learning'>¶
- NODE_EMBEDDING = <AlgorithmCategory.NODE_EMBEDDING: 'node-embedding'>¶
- PATH_FINDING = <AlgorithmCategory.PATH_FINDING: 'path-finding'>¶
- SIMILARITY = <AlgorithmCategory.SIMILARITY: 'similarity'>¶