public class OWLObjectStructuralPrimeHashingBasedSimilarityMeasure extends Object implements SimilarityMeasure<org.semanticweb.owlapi.model.OWLObject>
| Constructor and Description |
|---|
OWLObjectStructuralPrimeHashingBasedSimilarityMeasure() |
| Modifier and Type | Method and Description |
|---|---|
double |
compare(org.semanticweb.owlapi.model.OWLObject anObject,
org.semanticweb.owlapi.model.OWLObject anotherObject)
Compares the two input objects.
|
HashFunction |
getHashFunction() |
boolean |
isSymmetric() |
public OWLObjectStructuralPrimeHashingBasedSimilarityMeasure()
public double compare(org.semanticweb.owlapi.model.OWLObject anObject,
org.semanticweb.owlapi.model.OWLObject anotherObject)
SimilarityMeasureequals method available
for O. If isSymmetric returns true, then it must
hold that compare(A,B) == compare (B,A).compare in interface SimilarityMeasure<org.semanticweb.owlapi.model.OWLObject>anObject - the first object to compare. cannot be null.anotherObject - the first object to compare. cannot be null.public boolean isSymmetric()
isSymmetric in interface SimilarityMeasure<org.semanticweb.owlapi.model.OWLObject>true if compare(A,B) == compare (B,A)public HashFunction getHashFunction()
Copyright © 2015 The University of Manchester. All Rights Reserved.