Interface Scorer<INPUT,OUTPUT>

Type Parameters:
INPUT - type of the input data
OUTPUT - type of the output data

public interface Scorer<INPUT,OUTPUT>
A scorer evaluates the result of a test case with a score between 0 (inclusive) and 1 (inclusive).