Package | Description |
---|---|
owltools.sim2 |
Modifier and Type | Field and Description |
---|---|
HashMap<SimpleOwlSim.Metric,org.apache.commons.math3.stat.descriptive.SummaryStatistics> |
SimStats.analysisStats |
Modifier and Type | Method and Description |
---|---|
static SimpleOwlSim.Metric |
SimpleOwlSim.Metric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleOwlSim.Metric[] |
SimpleOwlSim.Metric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
SimpleOwlSim.getAttributeSimilarity(org.semanticweb.owlapi.model.OWLClass a,
org.semanticweb.owlapi.model.OWLClass b,
SimpleOwlSim.Metric metric) |
double |
OwlSim.getAttributeSimilarity(org.semanticweb.owlapi.model.OWLClass a,
org.semanticweb.owlapi.model.OWLClass b,
SimpleOwlSim.Metric metric)
This method provides a generic wrapper onto other attribute-based similarity
methods
Compares two classes (attributes) according to the specified metric
|
double |
FastOwlSim.getAttributeSimilarity(org.semanticweb.owlapi.model.OWLClass c,
org.semanticweb.owlapi.model.OWLClass d,
SimpleOwlSim.Metric metric) |
double |
SimStats.getMax(SimpleOwlSim.Metric m) |
OwlSim.ScoreAttributeSetPair |
SimpleOwlSim.getSimilarityBestMatchAverage(org.semanticweb.owlapi.model.OWLNamedIndividual i,
org.semanticweb.owlapi.model.OWLNamedIndividual j,
SimpleOwlSim.Metric metric,
SimpleOwlSim.Direction dir) |
OwlSim.ScoreAttributeSetPair |
OwlSim.getSimilarityBestMatchAverage(org.semanticweb.owlapi.model.OWLNamedIndividual i,
org.semanticweb.owlapi.model.OWLNamedIndividual j,
SimpleOwlSim.Metric metric,
SimpleOwlSim.Direction dir)
Deprecated.
|
OwlSim.ScoreAttributeSetPair |
FastOwlSim.getSimilarityBestMatchAverage(org.semanticweb.owlapi.model.OWLNamedIndividual i,
org.semanticweb.owlapi.model.OWLNamedIndividual j,
SimpleOwlSim.Metric metric,
SimpleOwlSim.Direction dir) |
OwlSim.ScoreAttributeSetPair |
SimpleOwlSim.getSimilarityBestMatchAverageAsym(org.semanticweb.owlapi.model.OWLNamedIndividual i,
org.semanticweb.owlapi.model.OWLNamedIndividual j,
SimpleOwlSim.Metric metric) |
OwlSim.ScoreAttributeSetPair |
OwlSim.getSimilarityBestMatchAverageAsym(org.semanticweb.owlapi.model.OWLNamedIndividual i,
org.semanticweb.owlapi.model.OWLNamedIndividual j,
SimpleOwlSim.Metric metric)
See: Pesquita et al
|
OwlSim.ScoreAttributeSetPair |
FastOwlSim.getSimilarityBestMatchAverageAsym(org.semanticweb.owlapi.model.OWLNamedIndividual i,
org.semanticweb.owlapi.model.OWLNamedIndividual j,
SimpleOwlSim.Metric metric) |
void |
SimpleOwlSim.search(Set<org.semanticweb.owlapi.model.OWLClass> atts,
SimpleOwlSim.Metric metric) |
void |
SimStats.setValue(SimpleOwlSim.Metric m,
double s) |
Copyright © 2010–2016. All rights reserved.