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.nodeproperties.DoubleArrayNodeProperties
      getNodeProperties​(org.neo4j.gds.executor.ComputationResult<org.neo4j.gds.embeddings.graphsage.algo.GraphSage,​org.neo4j.gds.embeddings.graphsage.algo.GraphSage.GraphSageResult,​T> computationResult)  
      static void injectRelationshipWeightPropertyFromModel​(java.util.Map<java.lang.String,​java.lang.Object> configuration, org.neo4j.gds.core.model.ModelCatalog modelCatalog, java.lang.String username)  
      • 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.nodeproperties.DoubleArrayNodeProperties getNodeProperties​(org.neo4j.gds.executor.ComputationResult<org.neo4j.gds.embeddings.graphsage.algo.GraphSage,​org.neo4j.gds.embeddings.graphsage.algo.GraphSage.GraphSageResult,​T> computationResult)
      • injectRelationshipWeightPropertyFromModel

        public static void injectRelationshipWeightPropertyFromModel​(java.util.Map<java.lang.String,​java.lang.Object> configuration,
                                                                     org.neo4j.gds.core.model.ModelCatalog modelCatalog,
                                                                     java.lang.String username)