Interface GraphAlgorithmProvider
- All Superinterfaces:
AlgorithmProvider
- All Known Implementing Classes:
MulticoreGraphAlgorithmProvider, StandardGraphAlgorithmProvider
Service provider interface for graph algorithms.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptiondetectCommunities(Graph<V> graph, int maxIterations) Detects communities in a graph.default StringReturns the unique category of the algorithm.default StringgetName()Methods inherited from interface AlgorithmProvider
description, getMetadata, getPriority, isAvailable, score, shutdown
-
Method Details
-
detectCommunities
-
getName
- Specified by:
getNamein interfaceAlgorithmProvider
-
getAlgorithmType
Description copied from interface:AlgorithmProviderReturns the unique category of the algorithm.- Specified by:
getAlgorithmTypein interfaceAlgorithmProvider
-