Interface LayerConfig


  • public interface LayerConfig
    • Method Detail

      • rows

        int rows()
      • cols

        int cols()
      • sampleSize

        int sampleSize()
      • randomSeed

        long randomSeed()
      • bias

        java.util.Optional<java.lang.Integer> bias()
      • builder

        static org.neo4j.gds.embeddings.graphsage.ImmutableLayerConfig.Builder builder()