Interface AdjacencyFactory


  • public interface AdjacencyFactory
    • Method Detail

      • create

        AdjacencyCompressorBlueprint create​(long nodeCount,
                                            org.neo4j.gds.PropertyMappings propertyMappings,
                                            org.neo4j.gds.core.Aggregation[] aggregations,
                                            boolean noAggregation,
                                            AllocationTracker allocationTracker)
      • adjacencyListEstimation

        static MemoryEstimation adjacencyListEstimation​(long avgDegree,
                                                        long nodeCount)
      • adjacencyListEstimation

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

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