Class LinkPredictionPipelineStreamProc

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LinkPredictionPipelineStreamProc.Result  
      • 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 
      Modifier and Type Field Description
      org.neo4j.gds.core.model.ModelCatalog modelCatalog  
      • Fields inherited from class org.neo4j.gds.AlgoBaseProc

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.neo4j.gds.AlgorithmFactory<LinkPredictionPredictPipelineExecutor,​LinkPredictionPredictPipelineStreamConfig> algorithmFactory()  
      protected LinkPredictionPredictPipelineStreamConfig 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)  
      java.util.stream.Stream<LinkPredictionPipelineStreamProc.Result> stream​(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,​java.lang.Object> configuration)  
      protected void validateConfigsBeforeLoad​(org.neo4j.gds.config.GraphCreateConfig graphCreateConfig, LinkPredictionPredictPipelineStreamConfig config)  
      • Methods inherited from class org.neo4j.gds.AlgoBaseProc

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

        allocationTracker, catalogRequest, 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