Package org.neo4j.gds.executor
Interface GraphCreation<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
-
- All Known Implementing Classes:
ProcedureGraphCreation
public interface GraphCreation<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.neo4j.gds.api.GraphcreateGraph(org.neo4j.gds.api.GraphStore graphStore)org.neo4j.gds.config.GraphProjectConfiggraphProjectConfig()org.neo4j.gds.api.GraphStoregraphStore()org.neo4j.gds.core.utils.mem.MemoryRangevalidateMemoryEstimation(org.neo4j.gds.AlgorithmFactory<?,ALGO,CONFIG> algorithmFactory)
-