public class ElementPairScores extends Object implements PairScores<org.semanticweb.owlapi.model.OWLNamedIndividual>, Comparable<ElementPairScores>
Modifier and Type | Field and Description |
---|---|
Double |
asymmetricSimGIC |
Double |
asymmetricSimjScore |
Double |
avgIC |
Double |
bmaAsymIC |
Double |
bmaInverseAsymIC |
Double |
bmaSymIC |
Integer |
combinedScore |
Vector<org.semanticweb.owlapi.model.OWLClass> |
cs |
Vector<org.semanticweb.owlapi.model.OWLClass> |
ds |
org.semanticweb.owlapi.model.OWLNamedIndividual |
i |
ScoreMatrix<OwlSim.ScoreAttributeSetPair> |
iclcsMatrix |
Double |
inverseAsymmetricSimGIC |
Double |
inverseAsymmetricSimjScore |
org.semanticweb.owlapi.model.OWLNamedIndividual |
j |
Double |
maxIC |
Set<org.semanticweb.owlapi.model.OWLClass> |
maxICwitness |
Integer |
rank |
Double |
simGIC |
Double |
simjScore |
Constructor and Description |
---|
ElementPairScores(org.semanticweb.owlapi.model.OWLNamedIndividual i,
org.semanticweb.owlapi.model.OWLNamedIndividual j) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ElementPairScores s2) |
boolean |
equals(Object obj) |
org.semanticweb.owlapi.model.OWLNamedIndividual |
getA() |
org.semanticweb.owlapi.model.OWLNamedIndividual |
getB() |
int |
getNumberOfAttributesForI() |
int |
getNumberOfAttributesForJ() |
int |
hashCode() |
String |
toString() |
public org.semanticweb.owlapi.model.OWLNamedIndividual i
public org.semanticweb.owlapi.model.OWLNamedIndividual j
public Vector<org.semanticweb.owlapi.model.OWLClass> cs
public Vector<org.semanticweb.owlapi.model.OWLClass> ds
public Integer combinedScore
public Integer rank
public Double avgIC
public Double maxIC
public Set<org.semanticweb.owlapi.model.OWLClass> maxICwitness
public Double simjScore
public Double asymmetricSimjScore
public Double inverseAsymmetricSimjScore
public Double bmaSymIC
public Double bmaAsymIC
public Double bmaInverseAsymIC
public Double simGIC
public Double asymmetricSimGIC
public Double inverseAsymmetricSimGIC
public ScoreMatrix<OwlSim.ScoreAttributeSetPair> iclcsMatrix
public ElementPairScores(org.semanticweb.owlapi.model.OWLNamedIndividual i, org.semanticweb.owlapi.model.OWLNamedIndividual j)
public org.semanticweb.owlapi.model.OWLNamedIndividual getA()
getA
in interface PairScores<org.semanticweb.owlapi.model.OWLNamedIndividual>
public org.semanticweb.owlapi.model.OWLNamedIndividual getB()
getB
in interface PairScores<org.semanticweb.owlapi.model.OWLNamedIndividual>
public int getNumberOfAttributesForI()
public int getNumberOfAttributesForJ()
public int compareTo(ElementPairScores s2)
compareTo
in interface Comparable<ElementPairScores>
Copyright © 2010–2016. All rights reserved.