public interface Oracle
Modifier and Type | Method and Description |
---|---|
List<Double> |
classifyIndividuals(List<org.semanticweb.owlapi.model.OWLIndividual> individuals)
This method should be called by a learning algorithm if it wants a list of individuals
(including the special case of a single individual) to be classified by the oracle.
|
List<Double> classifyIndividuals(List<org.semanticweb.owlapi.model.OWLIndividual> individuals)
individuals
- A list of individuals, which should be classified by the oracle. DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann