| Package | Description |
|---|---|
| org.aksw.limes.core.ml.algorithm.dragon | |
| org.aksw.limes.core.ml.algorithm.dragon.FitnessFunctions | |
| org.aksw.limes.core.ml.algorithm.dragon.Pruning |
| Modifier and Type | Field and Description |
|---|---|
DecisionTree |
Dragon.root |
| Modifier and Type | Method and Description |
|---|---|
DecisionTree |
DecisionTree.buildTree(int maxDepth) |
DecisionTree |
DecisionTree.clone() |
protected DecisionTree |
DecisionTree.cloneWithoutChild(boolean withoutLeft) |
protected DecisionTree |
DecisionTree.cloneWithoutParent() |
DecisionTree |
DecisionTree.getLeftChild() |
DecisionTree |
DecisionTree.getParent() |
DecisionTree |
DecisionTree.getRightChild() |
DecisionTree |
DecisionTree.prune() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTree.setLeftChild(DecisionTree leftChild) |
void |
DecisionTree.setParent(DecisionTree parent) |
void |
DecisionTree.setRightChild(DecisionTree rightChild) |
| Modifier and Type | Field and Description |
|---|---|
protected DecisionTree |
FitnessFunctionDTL.dt |
| Modifier and Type | Method and Description |
|---|---|
ExtendedClassifier |
GiniIndex.getBestClassifier(DecisionTree currentNode) |
ExtendedClassifier |
GlobalFMeasure.getBestClassifier(DecisionTree currentNode) |
abstract ExtendedClassifier |
FitnessFunctionDTL.getBestClassifier(DecisionTree currentNode) |
void |
FitnessFunctionDTL.setDt(DecisionTree dt) |
boolean |
GiniIndex.stopCondition(DecisionTree currentNode) |
boolean |
GlobalFMeasure.stopCondition(DecisionTree currentNode) |
abstract boolean |
FitnessFunctionDTL.stopCondition(DecisionTree currentNode) |
| Modifier and Type | Method and Description |
|---|---|
DecisionTree |
ErrorEstimatePruning.pruneChildNodesIfNecessary(DecisionTree node) |
abstract DecisionTree |
PruningFunctionDTL.pruneChildNodesIfNecessary(DecisionTree node)
Decides if all the child nodes or one of them have to be pruned
The nodes have to have the appropriate mappings in the classifiers
The child nodes of this node are leaves
|
DecisionTree |
GlobalFMeasurePruning.pruneChildNodesIfNecessary(DecisionTree node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ErrorEstimatePruning.pruneChild(DecisionTree node,
AMapping parent) |
DecisionTree |
ErrorEstimatePruning.pruneChildNodesIfNecessary(DecisionTree node) |
abstract DecisionTree |
PruningFunctionDTL.pruneChildNodesIfNecessary(DecisionTree node)
Decides if all the child nodes or one of them have to be pruned
The nodes have to have the appropriate mappings in the classifiers
The child nodes of this node are leaves
|
DecisionTree |
GlobalFMeasurePruning.pruneChildNodesIfNecessary(DecisionTree node) |
Copyright © 2018. All rights reserved.