Class ProcedureMemoryEstimation<ALGO extends org.neo4j.gds.Algorithm<?>,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>


  • public class ProcedureMemoryEstimation<ALGO extends org.neo4j.gds.Algorithm<?>,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcedureMemoryEstimation​(org.neo4j.gds.core.GraphDimensions graphDimensions, org.neo4j.gds.AlgorithmFactory<?,​ALGO,​CONFIG> algorithmFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.core.utils.mem.MemoryTreeWithDimensions memoryEstimation​(CONFIG config)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcedureMemoryEstimation

        public ProcedureMemoryEstimation​(org.neo4j.gds.core.GraphDimensions graphDimensions,
                                         org.neo4j.gds.AlgorithmFactory<?,​ALGO,​CONFIG> algorithmFactory)
    • Method Detail

      • memoryEstimation

        public org.neo4j.gds.core.utils.mem.MemoryTreeWithDimensions memoryEstimation​(CONFIG config)