Class RandomForestClassifierTrainer

java.lang.Object
org.neo4j.gds.ml.models.randomforest.RandomForestClassifierTrainer
All Implemented Interfaces:
ClassifierTrainer

public class RandomForestClassifierTrainer extends Object implements ClassifierTrainer
  • Constructor Details

    • RandomForestClassifierTrainer

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