|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ScorePosNeg | |
|---|---|
| org.dllearner.algorithms | Learning Algorithms. |
| org.dllearner.algorithms.gp | Genetic Programming Learning Algorithm. |
| org.dllearner.algorithms.hybridgp | Hybrid Learning Algorithm: A combination of Genetic Programming and Refinement Operators. |
| org.dllearner.algorithms.ocel | New experimental refinement operator approach, which takes obtained information about concrete examples in an algorithm run stronger into account. |
| org.dllearner.algorithms.refinement | Refinement Operator Approach. |
| org.dllearner.learningproblems | Supported DL-Learner learning problems. |
| org.dllearner.learningproblems.fuzzydll | |
| Uses of ScorePosNeg in org.dllearner.algorithms |
|---|
| Methods in org.dllearner.algorithms that return ScorePosNeg | |
|---|---|
ScorePosNeg |
BruteForceLearner.getSolutionScore()
|
| Uses of ScorePosNeg in org.dllearner.algorithms.gp |
|---|
| Methods in org.dllearner.algorithms.gp that return ScorePosNeg | |
|---|---|
ScorePosNeg |
Program.getScore()
|
ScorePosNeg |
GP.getSolutionScore()
|
| Constructors in org.dllearner.algorithms.gp with parameters of type ScorePosNeg | |
|---|---|
Program(ScorePosNeg score,
Description hypothesis)
Create a new program. |
|
Program(ScorePosNeg score,
Description hypothesis,
Description adc)
|
|
| Uses of ScorePosNeg in org.dllearner.algorithms.hybridgp |
|---|
| Fields in org.dllearner.algorithms.hybridgp with type parameters of type ScorePosNeg | |
|---|---|
SortedMap<Description,ScorePosNeg> |
Psi.evalCache
|
| Uses of ScorePosNeg in org.dllearner.algorithms.ocel |
|---|
| Methods in org.dllearner.algorithms.ocel that return ScorePosNeg | |
|---|---|
ScorePosNeg |
OCEL.getSolutionScore()
|
ScorePosNeg |
ROLearner2.getSolutionScore()
|
| Uses of ScorePosNeg in org.dllearner.algorithms.refinement |
|---|
| Methods in org.dllearner.algorithms.refinement that return ScorePosNeg | |
|---|---|
ScorePosNeg |
ROLearner.getSolutionScore()
|
ScorePosNeg |
ROLearner.getSolutionScore(Description d)
|
| Uses of ScorePosNeg in org.dllearner.learningproblems |
|---|
| Subclasses of ScorePosNeg in org.dllearner.learningproblems | |
|---|---|
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. |
| Methods in org.dllearner.learningproblems that return ScorePosNeg | |
|---|---|
ScorePosNeg |
PosNegLPStrict.computeScore(Description concept)
|
ScorePosNeg |
PosNegLPStandard.computeScore(Description concept)
Computes score of a given concept using the reasoner. |
abstract ScorePosNeg |
ScorePosNeg.getModifiedLengthScore(int newLength)
The score of a concept depends on how good it classifies the examples of a learning problem and the length of the concept itself. |
ScorePosNeg |
ScoreTwoValued.getModifiedLengthScore(int newLength)
|
ScorePosNeg |
ScoreThreeValued.getModifiedLengthScore(int newLength)
|
ScorePosNeg |
EvaluatedDescriptionPosNeg.getScore()
Gets the score of this description. |
| Constructors in org.dllearner.learningproblems with parameters of type ScorePosNeg | |
|---|---|
EvaluatedDescriptionPosNeg(Description description,
ScorePosNeg score)
Constructs an evaluated description using its score. |
|
| Uses of ScorePosNeg in org.dllearner.learningproblems.fuzzydll |
|---|
| Methods in org.dllearner.learningproblems.fuzzydll that return ScorePosNeg | |
|---|---|
ScorePosNeg |
FuzzyPosNegLPStandard.computeScore(Description concept)
Computes score of a given concept using the reasoner. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||