public interface EvaluationMonitor<T>
Modifier and Type | Method and Description |
---|---|
void |
correctlyClassified(T reference,
T prediction) |
void |
missclassified(T reference,
T prediction) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.