Class Evaluator<T>

    • Method Detail

      • evaluateSample

        public void evaluateSample​(T sample)
        Evaluates the given reference object. The default implementation calls processSample(Object)

        note: this method will be changed to private in the future. Implementations should override processSample(Object) instead. If this method is overridden, the implementation has to update the score after every invocation.

        Parameters:
        sample - A sample to be evaluated.