Class GlobalFMeasure
- java.lang.Object
-
- org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions.FitnessFunctionDTL
-
- org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions.GlobalFMeasure
-
public class GlobalFMeasure extends FitnessFunctionDTL
-
-
Field Summary
-
Fields inherited from class org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions.FitnessFunctionDTL
dt, propertyMapping
-
-
Constructor Summary
Constructors Constructor Description GlobalFMeasure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedClassifiergetBestClassifier(DecisionTree currentNode)booleanstopCondition(DecisionTree currentNode)-
Methods inherited from class org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions.FitnessFunctionDTL
getPropertyMapping, setDt, setPropertyMapping
-
-
-
-
Method Detail
-
getBestClassifier
public ExtendedClassifier getBestClassifier(DecisionTree currentNode)
- Specified by:
getBestClassifierin classFitnessFunctionDTL
-
stopCondition
public boolean stopCondition(DecisionTree currentNode)
- Specified by:
stopConditionin classFitnessFunctionDTL
-
-