Class MaxPoolAggregatingLayer
- java.lang.Object
-
- org.neo4j.gds.embeddings.graphsage.MaxPoolAggregatingLayer
-
-
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregatoraggregator()intsampleSize()
-
-
-
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)
-
-
Method Detail
-
sampleSize
public int sampleSize()
- Specified by:
sampleSizein interfaceLayer
-
aggregator
public Aggregator aggregator()
- Specified by:
aggregatorin interfaceLayer
-
-