Class HashGNN.HashGNNResult

  • Enclosing class:
    HashGNN

    public static class HashGNN.HashGNNResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HashGNNResult​(org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> embeddings)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> embeddings()  
      • Methods inherited from class java.lang.Object

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

      • HashGNNResult

        public HashGNNResult​(org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> embeddings)
    • Method Detail

      • embeddings

        public org.neo4j.gds.core.utils.paged.HugeObjectArray<double[]> embeddings()