Package | Description |
---|---|
org.dllearner.accuracymethods | |
org.dllearner.learningproblems |
Supported DL-Learner learning problems.
|
org.dllearner.utilities |
Utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccMethodTwoValuedApproximate
Approximation support for @AccMethodTwoValued
|
Modifier and Type | Class and Description |
---|---|
class |
AccMethodAMeasure |
class |
AccMethodAMeasureApprox |
class |
AccMethodFMeasure |
class |
AccMethodFMeasureApprox |
class |
AccMethodFMeasureWeighted |
class |
AccMethodJaccard |
class |
AccMethodPredAcc |
class |
AccMethodPredAccApprox |
class |
AccMethodPredAccOCEL |
class |
AccMethodPredAccWeighted |
Modifier and Type | Method and Description |
---|---|
AccMethodTwoValued |
PosNegLP.getAccuracyMethod() |
Modifier and Type | Method and Description |
---|---|
void |
PosNegLP.setAccuracyMethod(AccMethodTwoValued accuracyMethod) |
Modifier and Type | Method and Description |
---|---|
double |
ReasoningUtils.getAccuracyOrTooWeak2(AccMethodTwoValued accuracyMethod,
org.semanticweb.owlapi.model.OWLClassExpression description,
Collection<org.semanticweb.owlapi.model.OWLIndividual> positiveExamples,
Collection<org.semanticweb.owlapi.model.OWLIndividual> negativeExamples,
double noise)
calculate accuracy of a concept, using the supplied accuracy method
|
double |
ReasoningUtils.getAccuracyOrTooWeakExact2(AccMethodTwoValued accuracyMethod,
ReasoningUtils.CoverageCount[] cc,
double noise)
wrapper to call accuracy method with coverage count
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann