Class LayerFactory


  • public final class LayerFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Layer createLayer​(LayerConfig layerConfig)  
      static org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> generateWeights​(int rows, int cols, double weightBound, long randomSeed)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • generateWeights

        public static org.neo4j.gds.ml.core.functions.Weights<org.neo4j.gds.ml.core.tensor.Matrix> generateWeights​(int rows,
                                                                                                                   int cols,
                                                                                                                   double weightBound,
                                                                                                                   long randomSeed)