Class GraphSageEmbeddingsGenerator
- java.lang.Object
-
- org.neo4j.gds.embeddings.graphsage.GraphSageEmbeddingsGenerator
-
public class GraphSageEmbeddingsGenerator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphSageEmbeddingsGenerator(Layer[] layers, int batchSize, int concurrency, FeatureFunction featureFunction, java.util.Optional<java.lang.Long> randomSeed, java.util.concurrent.ExecutorService executor, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]>makeEmbeddings(org.neo4j.gds.api.Graph graph, org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> features)
-
-
-
Constructor Detail
-
GraphSageEmbeddingsGenerator
public GraphSageEmbeddingsGenerator(Layer[] layers, int batchSize, int concurrency, FeatureFunction featureFunction, java.util.Optional<java.lang.Long> randomSeed, java.util.concurrent.ExecutorService executor, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
-