public class ConjunctiveSetInformationContentRatioSimilarity extends Similarity
Modifier and Type | Field and Description |
---|---|
Set<org.semanticweb.owlapi.model.OWLObject> |
lcsIntersectionSet |
minScore
Constructor and Description |
---|
ConjunctiveSetInformationContentRatioSimilarity() |
Modifier and Type | Method and Description |
---|---|
void |
calculate(SimEngine simEngine,
org.semanticweb.owlapi.model.OWLObject a,
org.semanticweb.owlapi.model.OWLObject b) |
org.semanticweb.owlapi.model.OWLClassExpression |
getLCS() |
void |
print(PrintStream s) |
void |
report(Reporter r) |
String |
toString() |
protected void |
translateResultsToOWLAxioms(String id,
org.semanticweb.owlapi.model.OWLNamedIndividual result,
Set<org.semanticweb.owlapi.model.OWLAxiom> axioms) |
addResultsToOWLOntology, annotationIRI, createOWLOntologyFromResults, getScore, isAboveMinScore, print, print, printDescription, printDescription, setScore, setScore, splitIRI, translateResultsToOWLAxioms
public Set<org.semanticweb.owlapi.model.OWLObject> lcsIntersectionSet
public ConjunctiveSetInformationContentRatioSimilarity()
public String toString()
toString
in class Similarity
public void calculate(SimEngine simEngine, org.semanticweb.owlapi.model.OWLObject a, org.semanticweb.owlapi.model.OWLObject b)
calculate
in class Similarity
public org.semanticweb.owlapi.model.OWLClassExpression getLCS()
protected void translateResultsToOWLAxioms(String id, org.semanticweb.owlapi.model.OWLNamedIndividual result, Set<org.semanticweb.owlapi.model.OWLAxiom> axioms)
translateResultsToOWLAxioms
in class Similarity
public void report(Reporter r)
report
in class Similarity
public void print(PrintStream s)
print
in class Similarity
Copyright © 2010–2016. All rights reserved.