public class ScorePosOnly<T extends org.semanticweb.owlapi.model.OWLEntity> extends Score
Constructor and Description |
---|
ScorePosOnly(Set<T> coveredInstances,
Set<T> notCoveredPositives,
double coverage,
Set<T> additionalInstances,
double protusion,
double accuracy) |
Modifier and Type | Method and Description |
---|---|
double |
getAccuracy()
This method returns a value, which indicates how accurate a
hypothesis solves a learning problem.
|
double |
getAddition()
Let C be the considered class expression and A the class to learn.
|
Set<T> |
getAdditionalInstances() |
double |
getCoverage() |
Set<T> |
getCoveredInstances() |
Set<T> |
getNotCoveredPositives() |
public double getCoverage()
public double getAddition()
public double getAccuracy()
Score
getAccuracy
in class Score
AbstractLearningProblem.getAccuracyOrTooWeak(OWLObject, double)
public Set<T> getCoveredInstances()
public Set<T> getNotCoveredPositives()
public Set<T> getAdditionalInstances()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann