| Package | Description | 
|---|---|
| org.dllearner.utilities | 
 Utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReasoningUtils.Coverage[] | 
ReasoningUtils.getCoverage(org.semanticweb.owlapi.model.OWLClassExpression concept,
           Collection<org.semanticweb.owlapi.model.OWLIndividual>... collections)
binary partition a list of sets into true and false, depending on whether they satisfy concept. 
 | 
ReasoningUtils.Coverage[] | 
ReasoningUtils.getCoverage(org.semanticweb.owlapi.model.OWLClassExpression concept,
           Set<org.semanticweb.owlapi.model.OWLIndividual>... sets)
binary partition a list of sets into true and false, depending on whether they satisfy concept 
 | 
ReasoningUtils.Coverage[] | 
ReasoningUtilsCLP.getCoverageCLP(org.semanticweb.owlapi.model.OWLClassExpression description,
              Collection<org.semanticweb.owlapi.model.OWLIndividual> classInstances,
              Collection<org.semanticweb.owlapi.model.OWLIndividual> superClassInstances)
get coverage result for class learning problem. 
 | 
| Constructor and Description | 
|---|
CoverageAdapter2(ReasoningUtils.Coverage[] cov)  | 
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann