Class MeanAggregatingLayer

  • All Implemented Interfaces:
    Layer

    public class MeanAggregatingLayer
    extends java.lang.Object
    implements Layer
    • Constructor Detail

      • MeanAggregatingLayer

        public MeanAggregatingLayer​(org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> weights,
                                    int sampleSize,
                                    ActivationFunction activationFunction,
                                    long randomSeed)
    • Method Detail

      • sampler

        public org.neo4j.gds.ml.core.subgraph.NeighborhoodSampler sampler()
        Specified by:
        sampler in interface Layer
      • sampleSize

        public int sampleSize()
        Specified by:
        sampleSize in interface Layer