Class NodeClassificationPipelineAddTrainerMethodProcs


  • public class NodeClassificationPipelineAddTrainerMethodProcs
    extends org.neo4j.gds.BaseProc
    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<PipelineInfoResult> addLogisticRegression​(java.lang.String pipelineName, java.util.Map<java.lang.String,​java.lang.Object> config)  
      java.util.stream.Stream<PipelineInfoResult> addRandomForest​(java.lang.String pipelineName, java.util.Map<java.lang.String,​java.lang.Object> randomForestConfig)  
      • Methods inherited from class org.neo4j.gds.BaseProc

        databaseId, executionContext, graphLoaderContext, graphStoreFromCatalog, isGdsAdmin, memoryUsageValidator, modelCatalog, runWithExceptionLogging, runWithExceptionLogging, setModelCatalog, username, validateConfig, validateConfig, validateGraphName
      • Methods inherited from class java.lang.Object

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

      • NodeClassificationPipelineAddTrainerMethodProcs

        public NodeClassificationPipelineAddTrainerMethodProcs()
    • Method Detail

      • addLogisticRegression

        public java.util.stream.Stream<PipelineInfoResult> addLogisticRegression​(java.lang.String pipelineName,
                                                                                 java.util.Map<java.lang.String,​java.lang.Object> config)
      • addRandomForest

        public java.util.stream.Stream<PipelineInfoResult> addRandomForest​(java.lang.String pipelineName,
                                                                           java.util.Map<java.lang.String,​java.lang.Object> randomForestConfig)