AlgorithmCategory

enum graphdatascience.session.algorithm_category.AlgorithmCategory(value)

Enumeration of supported algorithm categories used for size estimation.

Valid values are as follows:

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