Class MeanAggregatingLayer

  • All Implemented Interfaces:
    Layer

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

      Constructors 
      Constructor Description
      MeanAggregatingLayer​(org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> weights, int sampleSize, ActivationFunction activationFunction)  
    • Constructor Detail

      • MeanAggregatingLayer

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