Modifier and Type | Interface and Description |
---|---|
interface |
AlignmentSpaceMeasure<S> |
Modifier and Type | Class and Description |
---|---|
class |
OntologySpaceMeasure |
class |
VectorSpaceMeasure |
Modifier and Type | Method and Description |
---|---|
Measure<Entity<?>> |
OntologySpaceMeasure.getLocalMeasure() |
Modifier and Type | Method and Description |
---|---|
<O> double |
GenericMean.getValue(Measure<O> measure,
Matching<O> matching) |
<O> double |
DummyAS.getValue(Measure<O> measure,
Matching<O> matching) |
abstract <O> double |
AggregationScheme.getValue(Measure<O> measure,
Matching<O> matching) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAlignmentSpaceMeasure<S> |
class |
AD
This class provides all what is necessary for computing Agreement/Disagreement
measures between ontologies as defined by Mathieu d'Aquin in his K-Cap paper
and refined (and to be refined by ourselves).
|
class |
Agreement |
class |
AlignmentGlobalSum |
class |
ASAbstractCoverageTraversal
This class implements measures based on the coverage of the initial ontology by the composition of alignments
|
class |
ASAlignmentPathMeasure
This class implements measures depending on the existence of an path between the ontologies in the alignment space.
|
class |
ASLargestCoverageMeasure
This class implements measures based on the coverage of the initial ontology by the composition of alignments
|
class |
ASShortestPathMeasure
A measure between ontologies in the alignment space depending of the length of the shortest path between the ontologies.
|
class |
ASUnionPathCoverageMeasure |
class |
Disagreement |
Modifier and Type | Class and Description |
---|---|
class |
AlignmentEntitySim |
class |
EntityLexicalMeasure<E> |
class |
NeighborhoodEntityMeasure<E> |
class |
OLAEntitySim |
class |
TripleBasedEntitySim |
Modifier and Type | Field and Description |
---|---|
(package private) Measure<String> |
TripleBasedEntitySim.ssim |
private Measure<String> |
EntityLexicalMeasure.stringMeasure |
Constructor and Description |
---|
EntityLexicalMeasure(Measure<String> measure) |
TripleBasedEntitySim(Measure<String> ssim) |
Modifier and Type | Class and Description |
---|---|
class |
IterativeNodeSim |
class |
TripleSimS |
Modifier and Type | Field and Description |
---|---|
private Measure<org.apache.jena.graph.Node> |
TripleSimS.intialSim |
private Measure<org.apache.jena.graph.Node> |
IterativeNodeSim.intialSim |
Modifier and Type | Method and Description |
---|---|
private void |
IterativeNodeSim.compute(Measure<String> ssim,
double epsilon) |
void |
IterativeNodeSim.computeInitialSim(Measure<String> ssim,
Matrix<org.apache.jena.graph.Node,org.apache.jena.graph.Node> simMD) |
Constructor and Description |
---|
IterativeNodeSim(org.apache.jena.rdf.model.Model m1,
Set<String> uris1,
org.apache.jena.rdf.model.Model m2,
Set<String> uris2,
Measure<String> ssim,
double epsilon) |
IterativeNodeSim(org.apache.jena.rdf.model.Model m1,
String prefix1,
org.apache.jena.rdf.model.Model m2,
String prefix2,
Measure<String> ssim,
double epsilon) |
IterativeNodeSim(org.apache.jena.rdf.model.Model m1,
String prefix1,
Set<String> uris1,
org.apache.jena.rdf.model.Model m2,
String prefix2,
Set<String> uris2,
Measure<String> ssim,
double epsilon) |
TripleSimS(Measure<org.apache.jena.graph.Node> intialSim) |
Modifier and Type | Field and Description |
---|---|
(package private) Measure<T> |
GreedyExtractor.EntryComp.m |
Modifier and Type | Method and Description |
---|---|
<O> Matching<O> |
Min.extract(Measure<O> m,
Collection<? extends O> src,
Collection<? extends O> trg) |
<O> Matching<O> |
MaxCoupling.extract(Measure<O> m,
Collection<? extends O> src,
Collection<? extends O> trg) |
<O> Matching<O> |
Max.extract(Measure<O> m,
Collection<? extends O> src,
Collection<? extends O> trg) |
<O> Matching<O> |
Hausdorff.extract(Measure<O> m,
Collection<? extends O> src,
Collection<? extends O> trg) |
<O> Matching<O> |
GreedyExtractor.extract(Measure<O> m,
Collection<? extends O> s,
Collection<? extends O> t) |
<O> Matching<O> |
Extractor.extract(Measure<O> m,
Collection<? extends O> s,
Collection<? extends O> t) |
<O> Matching<O> |
DummyExtractor.extract(Measure<O> m,
Collection<? extends O> s,
Collection<? extends O> t) |
abstract <O> Matching<O> |
AbstractExtractor.extract(Measure<O> m,
Collection<? extends O> s,
Collection<? extends O> t) |
Constructor and Description |
---|
EntryComp(Measure<T> m) |
Modifier and Type | Class and Description |
---|---|
class |
AverageLinkage<S> |
class |
FullLinkage<S> |
class |
Hausdorff<S> |
class |
MaxCoupling<S> |
class |
MaximumSet<S>
Deprecated.
|
class |
MaxSet<S>
Deprecated.
|
class |
SalphaMeasure<S>
Deprecated.
|
class |
SetMeasure<S> |
class |
SingleLinkage<S> |
class |
WeightedMaxSum<S>
The weighted sum of the maximum similarities (from the most little set to the biggest one)
The weights are the the similarities themselves
|
Modifier and Type | Field and Description |
---|---|
protected Measure<S> |
SetMeasure.lmAsDissim |
protected Measure<S> |
SetMeasure.lmAsSim |
protected Measure<S> |
SetMeasure.localMeasure |
Modifier and Type | Method and Description |
---|---|
Measure<S> |
SetMeasure.getLocalMeasure() |
Constructor and Description |
---|
AverageLinkage(Measure<S> m) |
FullLinkage(Measure<S> lm) |
Hausdorff(Measure<S> m) |
MaxCoupling(Measure<S> m) |
MaxCoupling(Measure<S> m,
double alpha) |
MaximumSet(Measure<S> lm)
Deprecated.
|
MaxSet(Measure<S> m)
Deprecated.
|
SalphaMeasure(Measure<S> localMeasure,
double alpha)
Deprecated.
|
SalphaMeasure(Measure<S> lm,
Extractor e,
AggregationScheme as)
Deprecated.
|
SetMeasure(Measure<S> lm,
Extractor e) |
SetMeasure(Measure<S> lm,
Extractor e,
AggregationScheme as) |
SingleLinkage(Measure<S> lm) |
WeightedMaxSum(Measure<S> m) |
Modifier and Type | Class and Description |
---|---|
class |
CommonWords |
class |
StringMeasureSS
A string measure using secondString package.
|
Modifier and Type | Method and Description |
---|---|
Measure<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>> |
MeasureFactory.getOntologyMeasure(String measureName)
Build an ontology measure by parsing name argument
name must have the following forms :
OntologySpaceMeasure(GlobalMeasure(LocalMeasure))
VectorSpaceMeasure(VectorMeasure,VectorType)
examples :
fr.inrialpes.exmo.ontosim.VectorSpaceMeasure(fr.inrialpes.exmo.ontosim.vector.CosineVM,fr.inrialpes.exmo.ontosim.vector.model.DocumentCollection$WEIGHT=TFIDF)
fr.inrialpes.exmo.ontosim.OntologySpaceMeasure(fr.inrialpes.exmo.ontosim.set.MaxCoupling(fr.inrialpes.exmo.ontosim.entity.EntityLexicalMeasure))
|
Measure<fr.inrialpes.exmo.ontowrap.LoadedOntology<?>> |
MeasureFactory.getOntologyMeasure(String measureName,
String basePackage) |
Modifier and Type | Class and Description |
---|---|
class |
CachedMeasure<O> |
class |
MalphaMeasure<O>
Deprecated.
|
class |
MeasureCache<O> |
class |
MeasureFromFile<O> |
Modifier and Type | Field and Description |
---|---|
protected Measure<O> |
MeasureCache.m |
Modifier and Type | Method and Description |
---|---|
static <O> Measure<O> |
SimilarityUtility.convert(Measure<O> m) |
static <O> Measure<O> |
MeasureUtility.convert(Measure<O> m) |
static <O> Measure<O> |
DissimilarityUtility.convert(Measure<O> m) |
Modifier and Type | Method and Description |
---|---|
static <O> Measure<O> |
SimilarityUtility.convert(Measure<O> m) |
static <O> Measure<O> |
MeasureUtility.convert(Measure<O> m) |
static <O> Measure<O> |
DissimilarityUtility.convert(Measure<O> m) |
static <O> double |
SimilarityUtility.getVal(Measure<O> m,
O x,
O y) |
static <O> double |
MeasureUtility.getVal(Measure<O> m,
O x,
O y) |
static <O> double |
DissimilarityUtility.getVal(Measure<O> m,
O x,
O y) |
static <O> double[] |
MeasureUtility.getVals(Measure<O> m,
Matching<O> ma) |
static <O> double[][] |
MeasureUtility.getVals(Measure<O> m,
O[] s1,
O[] s2) |
Constructor and Description |
---|
MeasureCache(Measure<O> m) |
MeasureCache(Measure<O> m,
boolean fullMatrix) |
Modifier and Type | Class and Description |
---|---|
class |
CosineVM |
class |
JaccardVM |
class |
KendallTau |
class |
VectorMeasure |
(C) INRIA, UPMF & friends, 2008-2015