Class MaxPoolAggregatingLayer

  • All Implemented Interfaces:
    Layer

    public class MaxPoolAggregatingLayer
    extends java.lang.Object
    implements Layer
    • Constructor Summary

      Constructors 
      Constructor Description
      MaxPoolAggregatingLayer​(int sampleSize, org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> poolWeights, org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> selfWeights, org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> neighborsWeights, org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Vector> bias, ActivationFunction activationFunction, long randomState)  
    • Constructor Detail

      • MaxPoolAggregatingLayer

        public MaxPoolAggregatingLayer​(int sampleSize,
                                       org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> poolWeights,
                                       org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> selfWeights,
                                       org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> neighborsWeights,
                                       org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Vector> bias,
                                       ActivationFunction activationFunction,
                                       long randomState)
    • Method Detail

      • sampleSize

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

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