Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
    • Method Detail

      • makeEmbeddings

        public org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> makeEmbeddings​(org.neo4j.gds.api.Graph graph,
                                                                                       org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> features)