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)  
    • 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)