Class GiniIndex
- java.lang.Object
-
- org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions.FitnessFunctionDTL
-
- org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions.GiniIndex
-
public class GiniIndex extends FitnessFunctionDTL
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGiniIndex.MetricValueComparator
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Loggerloggerstatic booleanmiddlePoints-
Fields inherited from class org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions.FitnessFunctionDTL
dt, propertyMapping
-
-
Constructor Summary
Constructors Constructor Description GiniIndex()
-
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
-
-