de.fzi.kadmos.evaluator
Interface Evaluator

All Known Subinterfaces:
PrecRecEvaluator, SymProxEvaluator
All Known Implementing Classes:
PrecRecEvaluatorImpl, SymProxEvaluatorImpl

public interface Evaluator

Interface representing and alignment evaluator. An evaluator provides measures to determine the quality of an alignment. Typically this evaluation is computed using some sort of reference alignment.

This interface does not define methods to set a reference alignment, thus implenenting classes are free to become immutable wrt. the reference alignment by taking it as construction argument. This has the advantage that a single instance of an evaluator can be used to batch process the evaluation of several alignments.

Since:
1.0.1
Version:
1.3.0
Author:
Juergen Bock



Copyright © 2012. All Rights Reserved.