org.apache.spark.streamdm.evaluation
Process the result of a predicted stream of Examples and Doubles.
Process the result of a predicted stream of Examples and Doubles.
the input stream containing (Example,Double) tuples
a stream of String with the processed evaluation
Get the evaluation result.
Get the evaluation result.
a Double containing the evaluation result
Single label binary classification evaluator which computes the confusion matrix from a stream of tuples composes of the testing Examples and doubles predicted by the learners.