Class LinkPredictionPipelineMutateProc

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LinkPredictionPipelineMutateProc.MutateResult  
      • Nested classes/interfaces inherited from class org.neo4j.gds.AlgoBaseProc

        org.neo4j.gds.AlgoBaseProc.ComputationResult<A extends org.neo4j.gds.Algorithm<A,​RESULT>,​RESULT extends java.lang.Object,​CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
      • Nested classes/interfaces inherited from class org.neo4j.gds.BaseProc

        org.neo4j.gds.BaseProc.FreeMemoryInspector
    • Field Summary

      • Fields inherited from class org.neo4j.gds.AlgoBaseProc

        STATS_DESCRIPTION
      • Fields inherited from class org.neo4j.gds.BaseProc

        allocationTracker, api, callContext, ESTIMATE_DESCRIPTION, licenseState, log, procedureTransaction, taskRegistryFactory, transaction, username
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.neo4j.gds.AlgorithmFactory<LinkPrediction,​LinkPredictionPipelineMutateConfig> algorithmFactory()  
      java.util.stream.Stream<LinkPredictionPipelineMutateProc.MutateResult> mutate​(java.lang.String graphNameOrConfig, java.util.Map<java.lang.String,​java.lang.Object> configuration)  
      protected LinkPredictionPipelineMutateConfig newConfig​(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.gds.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.gds.core.CypherMapWrapper config)  
      protected org.neo4j.gds.result.AbstractResultBuilder<LinkPredictionPipelineMutateProc.MutateResult> resultBuilder​(org.neo4j.gds.AlgoBaseProc.ComputationResult<LinkPrediction,​org.neo4j.gds.ml.linkmodels.LinkPredictionResult,​LinkPredictionPipelineMutateConfig> computeResult)  
      protected void updateGraphStore​(org.neo4j.gds.result.AbstractResultBuilder<?> resultBuilder, org.neo4j.gds.AlgoBaseProc.ComputationResult<LinkPrediction,​org.neo4j.gds.ml.linkmodels.LinkPredictionResult,​LinkPredictionPipelineMutateConfig> computationResult)  
      protected void validateConfigsBeforeLoad​(org.neo4j.gds.config.GraphCreateConfig graphCreateConfig, LinkPredictionPipelineMutateConfig config)  
      • Methods inherited from class org.neo4j.gds.MutateProc

        mutate, newConfig
      • Methods inherited from class org.neo4j.gds.AlgoBaseProc

        compute, compute, computeEstimate, getOrCreateGraphStore, nodeProperties, processInput, procName, sharedConfigKeys, validateConfigsAfterLoad, validateConfigWithGraphStore
      • Methods inherited from class org.neo4j.gds.BaseProc

        allocationTracker, catalogRequest, checkLicense, databaseId, estimateGraphCreate, graphStoreFromCatalog, isGdsAdmin, newLoader, runWithExceptionLogging, runWithExceptionLogging, tryValidateMemoryUsage, tryValidateMemoryUsage, username, validateConfig, validateConfig, validateGraphName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait