Modifier and Type | Method and Description |
---|---|
MassFunction<Integer> |
DSTTDTClassifier.getBBA(org.semanticweb.owlapi.model.OWLIndividual indTestEx,
EvidentialModel tree) |
Modifier and Type | Method and Description |
---|---|
MassFunction |
MassFunction.combineEvidences(MassFunction... function)
Dempster rule for more BBAs
|
MassFunction |
MassFunction.combineEvidences(MassFunction function) |
MassFunction |
MassFunction.combineEvidencesDuboisPrade(MassFunction... function) |
MassFunction<T> |
MassFunction.combineEvidencesDuboisPrade(MassFunction function)
Implementation of Dubois-Prade combination rule
|
static MassFunction<Integer> |
DSTUtils.getBBA(int posExs,
int negExs,
int undExs) |
Modifier and Type | Method and Description |
---|---|
MassFunction |
MassFunction.combineEvidences(MassFunction... function)
Dempster rule for more BBAs
|
MassFunction |
MassFunction.combineEvidences(MassFunction function) |
MassFunction |
MassFunction.combineEvidencesDuboisPrade(MassFunction... function) |
MassFunction<T> |
MassFunction.combineEvidencesDuboisPrade(MassFunction function)
Implementation of Dubois-Prade combination rule
|
double |
MassFunction.getConflict(MassFunction function)
Compute the conflict between two hypotheses
|
Modifier and Type | Method and Description |
---|---|
MassFunction |
DSTDLTree.getRootBBA() |
Modifier and Type | Method and Description |
---|---|
void |
DSTDLTree.setRoot(org.semanticweb.owlapi.model.OWLClassExpression concept,
MassFunction m) |
Constructor and Description |
---|
DSTDLTree(org.semanticweb.owlapi.model.OWLClassExpression c,
MassFunction m) |
Modifier and Type | Method and Description |
---|---|
Couple<org.semanticweb.owlapi.model.OWLClassExpression,MassFunction> |
TreeInductionHeuristics.selectBestConceptDST(org.semanticweb.owlapi.model.OWLClassExpression[] concepts,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> posExs,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> negExs,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> undExs,
double prPos,
double prNeg)
Returns the best pair with the lowest non specificity measure.
|
Couple<org.semanticweb.owlapi.model.OWLClassExpression,MassFunction> |
TreeInductionHeuristics.selectWorstConceptDST(org.semanticweb.owlapi.model.OWLClassExpression[] concepts,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> posExs,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> negExs,
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> undExs,
double prPos,
double prNeg)
A method which select the worst pair in terms of non-specificity measure.
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann