Package org.neo4j.gds.ml.training
Interface CrossValidation.ModelEvaluator<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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(org.neo4j.gds.core.utils.paged.ReadOnlyHugeLongArray evaluationSet, MODEL_TYPE model, MetricConsumer scoreConsumer)
-
Method Details
-
evaluate
void evaluate(org.neo4j.gds.core.utils.paged.ReadOnlyHugeLongArray evaluationSet, MODEL_TYPE model, MetricConsumer scoreConsumer)
-