org.dllearner.learningproblems
Class AxiomScore

java.lang.Object
  extended by org.dllearner.core.Score
      extended by org.dllearner.learningproblems.AxiomScore
All Implemented Interfaces:
Serializable

public class AxiomScore
extends Score

See Also:
Serialized Form

Constructor Summary
AxiomScore(double accuracy)
           
 
Method Summary
 double getAccuracy()
          This method returns a value, which indicates how accurate a class description solves a learning problem.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxiomScore

public AxiomScore(double accuracy)
Method Detail

getAccuracy

public double getAccuracy()
Description copied from class: Score
This method returns a value, which indicates how accurate a class description solves a learning problem.

Specified by:
getAccuracy in class Score
Returns:
A value between 0 and 1 indicating the quality (of a class description).
See Also:
AbstractLearningProblem.getAccuracy(Description)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann