Interface Layer

    • Method Detail

      • sampleSize

        int sampleSize()
      • randomState

        default long randomState()
      • sampler

        org.neo4j.gds.ml.core.subgraph.NeighborhoodSampler sampler()
      • weights

        default java.util.List<org.neo4j.gds.ml.core.functions.Weights<? extends org.neo4j.gds.ml.core.tensor.Tensor<?>>> weights()
      • neighborhoodFunction

        default java.util.stream.LongStream neighborhoodFunction​(org.neo4j.gds.api.Graph graph,
                                                                 long nodeId)