public class AccMethodAMeasureApprox extends AccMethodAMeasure implements AccMethodTwoValuedApproximate
| Constructor and Description |
|---|
AccMethodAMeasureApprox() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAccApprox2(org.semanticweb.owlapi.model.OWLClassExpression description,
Collection<org.semanticweb.owlapi.model.OWLIndividual> classInstances,
Collection<org.semanticweb.owlapi.model.OWLIndividual> superClassInstances,
double noise)
calculate approximate accuracy for an expression, according to method
|
double |
getApproxDelta() |
void |
setApproxDelta(double approxDelta)
set the approximation delta;
this option should be exposed via @ConfigOption
|
void |
setReasoner(Reasoner reasoner)
set the reasoner;
consumers of the accuracy method should call this method on all approximate components
|
getAccOrTooWeak2, init, setBetaequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccOrTooWeak2public AccMethodAMeasureApprox()
public double getApproxDelta()
getApproxDelta in interface AccMethodApproximatepublic void setApproxDelta(double approxDelta)
AccMethodApproximatesetApproxDelta in interface AccMethodApproximateapproxDelta - deltapublic void setReasoner(Reasoner reasoner)
AccMethodApproximatesetReasoner in interface AccMethodApproximatereasoner - the problem reasonerpublic double getAccApprox2(org.semanticweb.owlapi.model.OWLClassExpression description, Collection<org.semanticweb.owlapi.model.OWLIndividual> classInstances, Collection<org.semanticweb.owlapi.model.OWLIndividual> superClassInstances, double noise)
AccMethodTwoValuedApproximategetAccApprox2 in interface AccMethodTwoValuedApproximatedescription - the expression to testclassInstances - set of positive examplessuperClassInstances - set of negative examplesnoise - noise
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann