Class FastRP.FastRPResult

  • Enclosing class:
    FastRP

    public static class FastRP.FastRPResult
    extends java.lang.Object
    • Constructor Summary

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

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

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

      • FastRPResult

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

      • embeddings

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