Class FitnessFunctionDTL
- java.lang.Object
-
- org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions.FitnessFunctionDTL
-
- Direct Known Subclasses:
GiniIndex,GlobalFMeasure
public abstract class FitnessFunctionDTL extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DecisionTreedtprotected PropertyMappingpropertyMapping
-
Constructor Summary
Constructors Constructor Description FitnessFunctionDTL()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ExtendedClassifiergetBestClassifier(DecisionTree currentNode)PropertyMappinggetPropertyMapping()voidsetDt(DecisionTree dt)voidsetPropertyMapping(PropertyMapping propertyMapping)abstract booleanstopCondition(DecisionTree currentNode)
-
-
-
Field Detail
-
dt
protected DecisionTree dt
-
propertyMapping
protected PropertyMapping propertyMapping
-
-
Method Detail
-
getBestClassifier
public abstract ExtendedClassifier getBestClassifier(DecisionTree currentNode)
-
stopCondition
public abstract boolean stopCondition(DecisionTree currentNode)
-
setDt
public void setDt(DecisionTree dt)
-
getPropertyMapping
public PropertyMapping getPropertyMapping()
-
setPropertyMapping
public void setPropertyMapping(PropertyMapping propertyMapping)
-
-