Class HashGNN


  • public class HashGNN
    extends org.neo4j.gds.Algorithm<HashGNN.HashGNNResult>
    Based on the paper "Hashing-Accelerated Graph Neural Networks for Link Prediction"
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HashGNN.HashGNNResult  
    • Field Summary

      • Fields inherited from class org.neo4j.gds.Algorithm

        progressTracker, terminationFlag
    • Constructor Summary

      Constructors 
      Constructor Description
      HashGNN​(org.neo4j.gds.api.Graph graph, org.neo4j.gds.embeddings.hashgnn.HashGNNConfig config, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HashGNN.HashGNNResult compute()  
      void release()  
      • Methods inherited from class org.neo4j.gds.Algorithm

        getProgressTracker, getTerminationFlag, setTerminationFlag
      • Methods inherited from class java.lang.Object

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

      • HashGNN

        public HashGNN​(org.neo4j.gds.api.Graph graph,
                       org.neo4j.gds.embeddings.hashgnn.HashGNNConfig config,
                       org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)