Uses of Class
org.dllearner.core.Score

Packages that use Score
org.dllearner.algorithms Learning Algorithms. 
org.dllearner.core Core structure of DL-Learner including the definition of component types and a component manager. 
org.dllearner.learningproblems Supported DL-Learner learning problems. 
 

Uses of Score in org.dllearner.algorithms
 

Methods in org.dllearner.algorithms that return Score
 Score RandomGuesser.getSolutionScore()
           
 

Uses of Score in org.dllearner.core
 

Methods in org.dllearner.core that return Score
abstract  Score AbstractLearningProblem.computeScore(Description description)
          Computes the Score of a given class description with respect to this learning problem.
 Score EvaluatedAxiom.getScore()
           
 

Constructors in org.dllearner.core with parameters of type Score
EvaluatedAxiom(Axiom axiom, Score score)
           
EvaluatedDescription(Description description, Score score)
          Constructs an evaluated description using its score.
 

Uses of Score in org.dllearner.learningproblems
 

Subclasses of Score in org.dllearner.learningproblems
 class AxiomScore
           
 class ClassScore
          The score of a class in ontology engineering.
 class ScorePosNeg
          The score class is used to store how well a class description did on a learning problem.
 class ScorePosOnly
           
 class ScoreThreeValued
          Computes the score (a negative value) by comparing the classification results with ideal results.
 class ScoreTwoValued
          Calculates accuracy and score (with respect to some length penalty) of a class description.
 



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