Interface Layer

All Known Implementing Classes:
MaxPoolAggregatingLayer, MeanAggregatingLayer

public interface Layer
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
    default List<org.neo4j.gds.ml.core.functions.Weights<? extends org.neo4j.gds.ml.core.tensor.Tensor<?>>>
     
  • 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()