InputType - Input type for the evaluator to compute the confusion over.public static class DefaultBinaryConfusionMatrix.PerformanceEvaluator<InputType> extends AbstractSupervisedPerformanceEvaluator<InputType,java.lang.Boolean,java.lang.Boolean,DefaultBinaryConfusionMatrix>
SupervisedPerformanceEvaluator interface
 for creating a DefaultBinaryConfusionMatrix.| Constructor and Description | 
|---|
PerformanceEvaluator()
Creates a new  
PerformanceEvaluator. | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultBinaryConfusionMatrix | 
evaluatePerformance(java.util.Collection<? extends TargetEstimatePair<? extends java.lang.Boolean,? extends java.lang.Boolean>> data)
Evaluates the performance accuracy of the given estimates against the
 given targets. 
 | 
evaluatePerformance, summarizeclonepublic PerformanceEvaluator()
PerformanceEvaluator.public DefaultBinaryConfusionMatrix evaluatePerformance(java.util.Collection<? extends TargetEstimatePair<? extends java.lang.Boolean,? extends java.lang.Boolean>> data)
SupervisedPerformanceEvaluatorevaluatePerformance in interface SupervisedPerformanceEvaluator<InputType,java.lang.Boolean,java.lang.Boolean,DefaultBinaryConfusionMatrix>evaluatePerformance in class AbstractSupervisedPerformanceEvaluator<InputType,java.lang.Boolean,java.lang.Boolean,DefaultBinaryConfusionMatrix>data - The target-estimate pairs to use to evaluate performance.