public abstract class Score extends Object implements Serializable
| Constructor and Description |
|---|
Score() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
getAccuracy()
This method returns a value, which indicates how accurate a
hypothesis solves a learning problem.
|
public Score()
public abstract double getAccuracy()
AbstractLearningProblem.getAccuracyOrTooWeak(OWLObject, double)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann