|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OntologyMappingCalculator
Calculates mappings based on an assessment of a series of hypotheses in a given context.
Ontology Mapping Calculators should have no state, so they can be reused by different evaluators for different types of assessments. They should be thread-safe, so multiple calculations can be performed in parallel.
Method Summary | |
---|---|
int |
testHypothesis(OntologyMappingHypothesis nullHypothesis,
OntologyMappingHypothesis alternativeHypothesis)
Tests the alternative hypothesis against the null hypothesis. |
Method Detail |
---|
int testHypothesis(OntologyMappingHypothesis nullHypothesis, OntologyMappingHypothesis alternativeHypothesis)
It may not always be possible to determine absolutely whether the alternative hypothesis is better or worse than the null hypothesis. In these cases, neither the null of alternative hypothesis should be accepted or rejected, deferring the decision.
The value returned represents the outcome of this hypothesis test. A positive integer signifies that the alternative hypothesis was accepted. A negative value means it was rejected. Zero indicates that the outcome was not significantly better or worse.
nullHypothesis
- the hypothesis describing the current best
mappingalternativeHypothesis
- the mapping hypothesis to test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |