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