Interface AdjacencyFactory


  • public interface AdjacencyFactory
    • Method Detail

      • create

        AdjacencyCompressorBlueprint create​(java.util.function.LongSupplier nodeCountSupplier,
                                            org.neo4j.gds.PropertyMappings propertyMappings,
                                            org.neo4j.gds.core.Aggregation[] aggregations,
                                            boolean noAggregation,
                                            AllocationTracker allocationTracker)
      • create

        default AdjacencyCompressorBlueprint create​(java.util.function.LongSupplier nodeCountSupplier,
                                                    org.neo4j.gds.PropertyMappings propertyMappings,
                                                    org.neo4j.gds.core.Aggregation[] aggregations,
                                                    AllocationTracker allocationTracker)
      • adjacencyListEstimation

        static org.neo4j.gds.core.utils.mem.MemoryEstimation adjacencyListEstimation​(long avgDegree,
                                                                                     long nodeCount)
      • adjacencyListEstimation

        static org.neo4j.gds.core.utils.mem.MemoryEstimation adjacencyListEstimation​(org.neo4j.gds.RelationshipType relationshipType,
                                                                                     boolean undirected)
      • adjacencyPropertiesEstimation

        static org.neo4j.gds.core.utils.mem.MemoryEstimation adjacencyPropertiesEstimation​(org.neo4j.gds.RelationshipType relationshipType,
                                                                                           boolean undirected)