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 Detail

      • graphStore

        org.neo4j.gds.api.GraphStore graphStore()
      • createGraph

        org.neo4j.gds.api.Graph createGraph​(org.neo4j.gds.api.GraphStore graphStore)
      • graphProjectConfig

        org.neo4j.gds.config.GraphProjectConfig graphProjectConfig()
      • validateMemoryEstimation

        org.neo4j.gds.core.utils.mem.MemoryRange validateMemoryEstimation​(org.neo4j.gds.AlgorithmFactory<?,​ALGO,​CONFIG> algorithmFactory)