public interface FuzzyClassExpressionLearningAlgorithm extends LearningAlgorithm
| Modifier and Type | Method and Description |
|---|---|
List<org.semanticweb.owlapi.model.OWLClassExpression> |
getCurrentlyBestDescriptions(int nrOfDescriptions) |
List<? extends EvaluatedDescription> |
getCurrentlyBestEvaluatedDescriptions(int nrOfDescriptions)
Return the best currently found concepts up to some maximum
count (no minimality filter used).
|
getLearningProblem, setLearningProblem, startList<org.semanticweb.owlapi.model.OWLClassExpression> getCurrentlyBestDescriptions(int nrOfDescriptions)
nrOfDescriptions - Limit for the number or returned descriptions.getCurrentlyBestEvaluatedDescriptions(int)List<? extends EvaluatedDescription> getCurrentlyBestEvaluatedDescriptions(int nrOfDescriptions)
nrOfDescriptions - Maximum number of descriptions returned.
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann