Package | Description |
---|---|
org.dllearner.algorithms.decisiontrees.tdt | |
org.dllearner.algorithms.decisiontrees.tdt.model |
Modifier and Type | Method and Description |
---|---|
DLTree |
TDTClassifier.getCurrentmodel() |
DLTree |
TDTClassifier.induceDLTree(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> posExs,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> negExs,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> undExs) |
abstract DLTree |
AbstractTDTClassifier.induceDLTree(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> posExs,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> negExs,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> undExs) |
Modifier and Type | Method and Description |
---|---|
int |
AbstractTDTClassifier.classify(org.semanticweb.owlapi.model.OWLIndividual indTestEx,
DLTree trees) |
int |
AbstractTDTClassifier.classifyExample(List<Integer> list,
org.semanticweb.owlapi.model.OWLIndividual indTestEx,
DLTree tree)
Alternative exploration of a Tree classifier for DL ontology
|
int |
AbstractTDTClassifier.classifyExample(org.semanticweb.owlapi.model.OWLIndividual indTestEx,
DLTree tree) |
org.semanticweb.owlapi.model.OWLClassExpression |
TDTClassifier.deriveDefinition(DLTree model)
Procedure for deriving a concept description from a TDT classifier
|
Modifier and Type | Method and Description |
---|---|
DLTree |
DLTree.getNegSubTree() |
DLTree |
DLTree.getPosSubTree() |
Modifier and Type | Method and Description |
---|---|
List<DLTree> |
DLTree.getLeaves() |
Modifier and Type | Method and Description |
---|---|
static org.semanticweb.owlapi.model.OWLClassExpression |
DLTree.deriveDefinition(DLTree tree,
boolean conceptFromPositiveIstances)
Return a concept definition from a DLTree (both the positive and the negative instances)
|
void |
DLTree.setNegTree(DLTree subTree) |
void |
DLTree.setPosTree(DLTree subTree) |
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann