Class LayerFactory
- java.lang.Object
-
- org.neo4j.gds.embeddings.graphsage.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)
-
-
-
Method Detail
-
createLayer
public static Layer createLayer(LayerConfig layerConfig)
-
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)
-
-