public interface FuzzyIndividualReasoner
| Modifier and Type | Method and Description |
|---|---|
SortedSet<FuzzyIndividual> |
getFuzzyIndividuals(org.semanticweb.owlapi.model.OWLClassExpression concept) |
double |
hasTypeFuzzyMembership(org.semanticweb.owlapi.model.OWLClassExpression description,
FuzzyIndividual individual)
Checks the fuzzy membership degree of
individual over description. |
double hasTypeFuzzyMembership(org.semanticweb.owlapi.model.OWLClassExpression description, FuzzyIndividual individual)
individual over description.
For instance, "Peter" may be an instance of "TallPerson" with fuzzy membership degree = 0.8.
individualdescription - An OWL class description.individual - An individual.individual satisfying description [0-1].SortedSet<FuzzyIndividual> getFuzzyIndividuals(org.semanticweb.owlapi.model.OWLClassExpression concept)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann