Interface CrossValidation.ModelTrainer<MODEL_TYPE>

Enclosing class:
CrossValidation<MODEL_TYPE>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CrossValidation.ModelTrainer<MODEL_TYPE>
  • Method Summary

    Modifier and Type
    Method
    Description
    train(org.neo4j.gds.core.utils.paged.ReadOnlyHugeLongArray trainSet, TrainerConfig modelParameters, ModelSpecificMetricsHandler metricsHandler, org.neo4j.gds.core.utils.progress.tasks.LogLevel messageLogLevel)