Interface TrainerConfig

All Superinterfaces:
org.neo4j.gds.config.ToMapConvertible
All Known Subinterfaces:
ClassAwareTrainerConfig, LinearRegressionTrainConfig, LogisticRegressionTrainConfig, MLPClassifierTrainConfig, RandomForestClassifierTrainerConfig, RandomForestRegressorTrainerConfig

public interface TrainerConfig extends org.neo4j.gds.config.ToMapConvertible
  • Method Details

    • method

      @Ignore org.neo4j.gds.ml.api.TrainingMethod method()
    • toTunableConfig

      @Ignore default TunableTrainerConfig toTunableConfig()
    • toMapWithTrainerMethod

      @Ignore default Map<String,Object> toMapWithTrainerMethod()