public static class CoverageAdapter.CoverageAdapter2 extends Object
Constructor and Description |
---|
CoverageAdapter2(ReasoningUtils.Coverage[] cov) |
Modifier and Type | Method and Description |
---|---|
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
fn() |
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
fp() |
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
negAsNeg() |
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
negAsPos() |
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
posAsNeg() |
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
posAsPos() |
void |
setFn(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> fn) |
void |
setFp(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> fp) |
void |
setNegAsNeg(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> tn) |
void |
setNegAsPos(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> fp) |
void |
setPosAsNeg(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> fn) |
void |
setPosAsPos(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> tp) |
void |
setTn(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> tn) |
void |
setTp(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> tp) |
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
tn() |
String |
toString() |
SortedSet<org.semanticweb.owlapi.model.OWLIndividual> |
tp() |
public CoverageAdapter2(ReasoningUtils.Coverage[] cov)
public void setPosAsPos(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> tp)
public void setPosAsNeg(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> fn)
public void setNegAsPos(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> fp)
public void setNegAsNeg(SortedSet<org.semanticweb.owlapi.model.OWLIndividual> tn)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann