Interface Node2VecModel.Result

  • Enclosing class:
    Node2VecModel

    public static interface Node2VecModel.Result
    • Method Detail

      • embeddings

        org.neo4j.gds.core.utils.paged.HugeObjectArray<org.neo4j.gds.ml.core.tensor.FloatVector> embeddings()
      • lossPerIteration

        java.util.List<java.lang.Double> lossPerIteration()