Class GraphSageCompanion


  • public final class GraphSageCompanion
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends org.neo4j.gds.embeddings.graphsage.algo.GraphSageBaseConfig>
      @NotNull org.neo4j.gds.api.properties.nodes.DoubleArrayNodePropertyValues
      getNodeProperties​(org.neo4j.gds.executor.ComputationResult<org.neo4j.gds.embeddings.graphsage.algo.GraphSage,​org.neo4j.gds.embeddings.graphsage.algo.GraphSage.GraphSageResult,​T> computationResult)  
      • Methods inherited from class java.lang.Object

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

      • GRAPHSAGE_DESCRIPTION

        public static final java.lang.String GRAPHSAGE_DESCRIPTION
        See Also:
        Constant Field Values
    • Method Detail

      • getNodeProperties

        @NotNull
        public static <T extends org.neo4j.gds.embeddings.graphsage.algo.GraphSageBaseConfig> @NotNull org.neo4j.gds.api.properties.nodes.DoubleArrayNodePropertyValues getNodeProperties​(org.neo4j.gds.executor.ComputationResult<org.neo4j.gds.embeddings.graphsage.algo.GraphSage,​org.neo4j.gds.embeddings.graphsage.algo.GraphSage.GraphSageResult,​T> computationResult)