org.dllearner.algorithms.isle
Class Relevances

java.lang.Object
  extended by org.dllearner.algorithms.isle.Relevances

public class Relevances
extends Object


Constructor Summary
Relevances(String sOntologyURI)
           
 
Method Summary
 Map<org.semanticweb.owlapi.model.OWLEntity,Double> getEntityRelevance(org.semanticweb.owlapi.model.OWLClass c)
           
static void main(String[] args)
           
 Map<org.semanticweb.owlapi.model.OWLEntity,Double> normalize(Map<org.semanticweb.owlapi.model.OWLEntity,Double> hmEntity2Score)
           
 void printScores()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Relevances

public Relevances(String sOntologyURI)
           throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

printScores

public void printScores()
                 throws Exception
Throws:
Exception

normalize

public Map<org.semanticweb.owlapi.model.OWLEntity,Double> normalize(Map<org.semanticweb.owlapi.model.OWLEntity,Double> hmEntity2Score)

getEntityRelevance

public Map<org.semanticweb.owlapi.model.OWLEntity,Double> getEntityRelevance(org.semanticweb.owlapi.model.OWLClass c)
                                                                      throws Exception
Throws:
Exception


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann