Interface Layer
-
- All Known Implementing Classes:
MaxPoolAggregatingLayer
,MeanAggregatingLayer
public interface Layer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Aggregator
aggregator()
int
sampleSize()
default java.util.List<org.neo4j.gds.ml.core.functions.Weights<? extends org.neo4j.gds.ml.core.tensor.Tensor<?>>>
weights()
-
-
-
Method Detail
-
sampleSize
int sampleSize()
-
aggregator
Aggregator aggregator()
-
weights
default java.util.List<org.neo4j.gds.ml.core.functions.Weights<? extends org.neo4j.gds.ml.core.tensor.Tensor<?>>> weights()
-
-