public class ExampleContainer extends Object implements Comparable<ExampleContainer>
Constructor and Description |
---|
ExampleContainer(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> positiveExamples,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> negativeExamples) |
Modifier and Type | Method and Description |
---|---|
static boolean |
add(ExampleContainer e)
adds to a global example repository.
|
int |
compareTo(ExampleContainer e) |
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
getNegativeExamples() |
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
getPositiveExamples() |
public ExampleContainer(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> positiveExamples, SortedSet<org.semanticweb.owlapi.model.OWLIndividual> negativeExamples)
public static boolean add(ExampleContainer e)
e
- the example containerpublic int compareTo(@NotNull ExampleContainer e)
compareTo
in interface Comparable<ExampleContainer>
public SortedSet<org.semanticweb.owlapi.model.OWLIndividual> getNegativeExamples()
public SortedSet<org.semanticweb.owlapi.model.OWLIndividual> getPositiveExamples()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann