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, long randomSeed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregatoraggregator()org.neo4j.gds.ml.core.subgraph.NeighborhoodSamplersampler()intsampleSize()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.neo4j.gds.embeddings.graphsage.Layer
neighborhoodFunction, randomState, weights
-
-
-
-
Constructor Detail
-
MeanAggregatingLayer
public MeanAggregatingLayer(org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> weights, int sampleSize, ActivationFunction activationFunction, long randomSeed)
-
-
Method Detail
-
aggregator
public Aggregator aggregator()
- Specified by:
aggregatorin interfaceLayer
-
sampler
public org.neo4j.gds.ml.core.subgraph.NeighborhoodSampler sampler()
-
sampleSize
public int sampleSize()
- Specified by:
sampleSizein interfaceLayer
-
-