|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IncompatibleAlignmentsException | |
---|---|
de.fzi.kadmos.api.algorithm | Provides an API for representing ontology alignment algorithms. |
de.fzi.kadmos.cmdutils | Provides command line utilities for dealing with alignments. |
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 IncompatibleAlignmentsException in de.fzi.kadmos.api.algorithm |
---|
Methods in de.fzi.kadmos.api.algorithm that throw IncompatibleAlignmentsException | |
---|---|
Alignment |
UpdatingAlignmentAlgorithm.align(OWLOntology ontology1,
OWLOntology ontology2,
Alignment initialAlignment)
Computes an alignment between the given ontologies, respecting a given initial alignment. |
Uses of IncompatibleAlignmentsException in de.fzi.kadmos.cmdutils |
---|
Methods in de.fzi.kadmos.cmdutils that throw IncompatibleAlignmentsException | |
---|---|
static void |
Launcher.main(String[] args)
main. |
Uses of IncompatibleAlignmentsException in de.fzi.kadmos.cmdutils.result |
---|
Methods in de.fzi.kadmos.cmdutils.result that throw IncompatibleAlignmentsException | |
---|---|
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 IncompatibleAlignmentsException in de.fzi.kadmos.evaluator |
---|
Methods in de.fzi.kadmos.evaluator that throw IncompatibleAlignmentsException | |
---|---|
double |
SymProxEvaluator.getFMeasure(Alignment alignment)
Computes and returns the F-Measure of an alignment. |
double |
PrecRecEvaluator.getFMeasure(Alignment alignment)
Computes and returns the F-Measure of an alignment. |
double |
SymProxEvaluator.getPrecision(Alignment alignment)
Computes and returns the precision of an alignment. |
double |
PrecRecEvaluator.getPrecision(Alignment alignment)
Computes and returns the precision of an alignment. |
double |
SymProxEvaluator.getRecall(Alignment alignment)
Computes and returns the recall of an alignment. |
double |
PrecRecEvaluator.getRecall(Alignment alignment)
Computes and returns the recall of an alignment. |
Uses of IncompatibleAlignmentsException in de.fzi.kadmos.evaluator.impl |
---|
Methods in de.fzi.kadmos.evaluator.impl that throw IncompatibleAlignmentsException | |
---|---|
double |
SymProxEvaluatorImpl.getFMeasure(Alignment alignment)
Computes and returns the F-Measure of an alignment. |
double |
PrecRecEvaluatorImpl.getFMeasure(Alignment alignment)
Computes and returns the F-Measure of an alignment. |
double |
SymProxEvaluatorImpl.getPrecision(Alignment alignment)
Computes and returns the precision of an alignment. |
double |
PrecRecEvaluatorImpl.getPrecision(Alignment alignment)
Computes and returns the precision of an alignment. |
double |
SymProxEvaluatorImpl.getRecall(Alignment alignment)
Computes and returns the recall of an alignment. |
double |
PrecRecEvaluatorImpl.getRecall(Alignment alignment)
Computes and returns the recall of an alignment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |