|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Evaluator | |
---|---|
de.fzi.kadmos.cmdutils.result | Provides classes for representing evaluator results. |
de.fzi.kadmos.evaluator | Provides an API for evaluating ontology alignments. |
de.fzi.kadmos.evaluator.impl | Provides default implementations for the alignment evaluators. |
Uses of Evaluator in de.fzi.kadmos.cmdutils.result |
---|
Methods in de.fzi.kadmos.cmdutils.result with parameters of type Evaluator | |
---|---|
void |
SymProxEvaluatorResult.applyEvalutor(Evaluator evaluator)
Initiates computation of metrics and stores their values in the appropriate fields of extending class |
abstract void |
EvaluatorResult.applyEvalutor(Evaluator evaluator)
Initiates computation of metrics and stores their values in the appropriate fields of extending class |
void |
PrecRecEvaluatorResult.applyEvalutor(Evaluator evaluator)
Initiates computation of metrics and stores their values in the appropriate fields of extending class |
Uses of Evaluator in de.fzi.kadmos.evaluator |
---|
Subinterfaces of Evaluator in de.fzi.kadmos.evaluator | |
---|---|
interface |
PrecRecEvaluator
Interface representing an alignment evaluator for precision and recall measures. |
interface |
SymProxEvaluator
Interface representing an alignment evaluator for computing symmetric proximity. |
Uses of Evaluator in de.fzi.kadmos.evaluator.impl |
---|
Classes in de.fzi.kadmos.evaluator.impl that implement Evaluator | |
---|---|
class |
PrecRecEvaluatorImpl
Implementation of a simple precision / recall evaluator. |
class |
SymProxEvaluatorImpl
SymProxEvaluatorImpl class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |