Class MeanAggregatingLayer
- java.lang.Object
-
- org.neo4j.gds.embeddings.graphsage.MeanAggregatingLayer
-
-
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregatoraggregator()intsampleSize()
-
-
-
Constructor Detail
-
MeanAggregatingLayer
public MeanAggregatingLayer(org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> weights, int sampleSize, ActivationFunction activationFunction)
-
-
Method Detail
-
aggregator
public Aggregator aggregator()
- Specified by:
aggregatorin interfaceLayer
-
sampleSize
public int sampleSize()
- Specified by:
sampleSizein interfaceLayer
-
-