| Package | Description | 
|---|---|
| org.dllearner.utilities.examples | 
 Utility classes related to finding/modifying examples of
learning problems. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AutomaticNegativeExampleFinderSPARQL2.Strategy | 
AutomaticNegativeExampleFinderSPARQL2.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AutomaticNegativeExampleFinderSPARQL2.Strategy[] | 
AutomaticNegativeExampleFinderSPARQL2.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> | 
AutomaticNegativeExampleFinderSPARQL2.getNegativeExamples(org.semanticweb.owlapi.model.OWLClass classToDescribe,
                   Set<org.semanticweb.owlapi.model.OWLIndividual> positiveExamples,
                   Collection<AutomaticNegativeExampleFinderSPARQL2.Strategy> strategies,
                   int limit)  | 
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> | 
AutomaticNegativeExampleFinderSPARQL2.getNegativeExamples(org.semanticweb.owlapi.model.OWLClass classToDescribe,
                   Set<org.semanticweb.owlapi.model.OWLIndividual> positiveExamples,
                   Map<AutomaticNegativeExampleFinderSPARQL2.Strategy,Double> strategiesWithWeight,
                   int maxNrOfReturnedInstances)  | 
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> | 
AutomaticNegativeExampleFinderSPARQL2.getNegativeExamples(Set<org.semanticweb.owlapi.model.OWLIndividual> positiveExamples,
                   Collection<AutomaticNegativeExampleFinderSPARQL2.Strategy> strategies,
                   int limit)  | 
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> | 
AutomaticNegativeExampleFinderSPARQL2.getNegativeExamples(Set<org.semanticweb.owlapi.model.OWLIndividual> positiveExamples,
                   Map<AutomaticNegativeExampleFinderSPARQL2.Strategy,Double> strategiesWithWeight,
                   int maxNrOfReturnedInstances)  | 
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann