public abstract class AbstractRelevanceMetric extends Object implements RelevanceMetric
Constructor and Description |
---|
AbstractRelevanceMetric(Index index) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
double |
getRelevance(org.semanticweb.owlapi.model.OWLEntity entity,
org.semanticweb.owlapi.model.OWLClassExpression desc) |
int |
hashCode() |
static Map<org.semanticweb.owlapi.model.OWLEntity,Double> |
normalizeMinMax(Map<org.semanticweb.owlapi.model.OWLEntity,Double> hmEntity2Score) |
getClass, notify, notifyAll, toString, wait, wait, wait
getNormalizedRelevance, getRelevance
public AbstractRelevanceMetric(Index index)
public static Map<org.semanticweb.owlapi.model.OWLEntity,Double> normalizeMinMax(Map<org.semanticweb.owlapi.model.OWLEntity,Double> hmEntity2Score)
public double getRelevance(org.semanticweb.owlapi.model.OWLEntity entity, org.semanticweb.owlapi.model.OWLClassExpression desc)
getRelevance
in interface RelevanceMetric
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann