Interface Layer
- All Known Implementing Classes:
MaxPoolAggregatingLayer
,MeanAggregatingLayer
public interface Layer
-
Method Details
-
sampleSize
int sampleSize() -
aggregator
Aggregator aggregator() -
weights
default List<org.neo4j.gds.ml.core.functions.Weights<? extends org.neo4j.gds.ml.core.tensor.Tensor<?>>> weights()
-