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
Abstract class which defines the operations needed to evaluate learners.