fr.inrialpes.exmo.align.impl
Class BasicEvaluator
java.lang.Object
fr.inrialpes.exmo.align.impl.BasicEvaluator
- All Implemented Interfaces:
- Evaluator
- Direct Known Subclasses:
- ExtPREvaluator, PRecEvaluator, PRGraphEvaluator, SymMeanEvaluator
- public abstract class BasicEvaluator
- extends java.lang.Object
- implements Evaluator
Evaluate proximity between two alignments.
This function implements a simple weighted symetric difference.
There are many different things to compute in such a function...
Add classification per type of objects (Ind, Class, Prop...)
- Version:
- $Id: BasicEvaluator.java 104 2004-11-23 09:25:48Z euzenat $
- Author:
- Jerome Euzenat
Method Summary |
void |
write(java.io.PrintWriter writer)
Outputs (in XML/RDF) a full report on the proximity of the two
ontologies. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.semanticweb.owl.align.Evaluator |
eval |
result
protected double result
align1
protected Alignment align1
align2
protected Alignment align2
BasicEvaluator
public BasicEvaluator(Alignment align1,
Alignment align2)
- Creation
write
public void write(java.io.PrintWriter writer)
throws java.io.IOException
- Description copied from interface:
Evaluator
- Outputs (in XML/RDF) a full report on the proximity of the two
ontologies.
- Specified by:
write
in interface Evaluator
- Throws:
java.io.IOException
..no bottom yet...