public class RelevanceUtils extends Object
| Constructor and Description | 
|---|
| RelevanceUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Map<org.semanticweb.owlapi.model.OWLEntity,Double> | getRelevantEntities(org.semanticweb.owlapi.model.OWLEntity entity,
                   org.semanticweb.owlapi.model.OWLOntology ontology,
                   RelevanceMetric metric) | 
| static Map<org.semanticweb.owlapi.model.OWLEntity,Double> | getRelevantEntities(org.semanticweb.owlapi.model.OWLEntity entity,
                   Set<org.semanticweb.owlapi.model.OWLEntity> otherEntities,
                   RelevanceMetric metric)Returns a map containing the relevance score based on the given metric between the entity and each other entity. | 
public RelevanceUtils()
public static Map<org.semanticweb.owlapi.model.OWLEntity,Double> getRelevantEntities(org.semanticweb.owlapi.model.OWLEntity entity, Set<org.semanticweb.owlapi.model.OWLEntity> otherEntities, RelevanceMetric metric)
entity - otherEntities - metric - public static Map<org.semanticweb.owlapi.model.OWLEntity,Double> getRelevantEntities(org.semanticweb.owlapi.model.OWLEntity entity, org.semanticweb.owlapi.model.OWLOntology ontology, RelevanceMetric metric)
 DL-Learner is licenced 						under the terms of the GNU General Public License.
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann