算法类别

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'>