public class EvaluationCache extends Object
Constructor and Description |
---|
EvaluationCache(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> examples) |
Modifier and Type | Method and Description |
---|---|
SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> |
infer(org.semanticweb.owlapi.model.OWLClassExpression concept)
Determines which examples are instances of a concept.
|
void |
put(org.semanticweb.owlapi.model.OWLClassExpression concept,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> individuals) |
public EvaluationCache(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> examples)
public void put(org.semanticweb.owlapi.model.OWLClassExpression concept, SortedSet<org.semanticweb.owlapi.model.OWLIndividual> individuals)
public SortedSetTuple<org.semanticweb.owlapi.model.OWLIndividual> infer(org.semanticweb.owlapi.model.OWLClassExpression concept)
concept
- the concept DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann