Class RandomForestRegressorTrainer

java.lang.Object
org.neo4j.gds.ml.models.randomforest.RandomForestRegressorTrainer
All Implemented Interfaces:
RegressorTrainer

public class RandomForestRegressorTrainer extends Object implements RegressorTrainer
  • Constructor Details

    • RandomForestRegressorTrainer

      public RandomForestRegressorTrainer(int concurrency, RandomForestRegressorTrainerConfig config, Optional<Long> randomSeed, org.neo4j.gds.termination.TerminationFlag terminationFlag, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, org.neo4j.gds.core.utils.progress.tasks.LogLevel messageLogLevel)
  • Method Details