public abstract class FitnessFunctionDTL extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DecisionTree |
dt |
protected PropertyMapping |
propertyMapping |
| Constructor and Description |
|---|
FitnessFunctionDTL() |
| Modifier and Type | Method and Description |
|---|---|
abstract ExtendedClassifier |
getBestClassifier(DecisionTree currentNode) |
PropertyMapping |
getPropertyMapping() |
void |
setDt(DecisionTree dt) |
void |
setPropertyMapping(PropertyMapping propertyMapping) |
abstract boolean |
stopCondition(DecisionTree currentNode) |
protected DecisionTree dt
protected PropertyMapping propertyMapping
public abstract ExtendedClassifier getBestClassifier(DecisionTree currentNode)
public abstract boolean stopCondition(DecisionTree currentNode)
public void setDt(DecisionTree dt)
public PropertyMapping getPropertyMapping()
public void setPropertyMapping(PropertyMapping propertyMapping)
Copyright © 2020. All rights reserved.