Class PruningFunctionDTL
- java.lang.Object
-
- org.aksw.limes.core.ml.algorithm.dragon.Pruning.PruningFunctionDTL
-
- Direct Known Subclasses:
ErrorEstimatePruning,GlobalFMeasurePruning
public abstract class PruningFunctionDTL extends Object
-
-
Constructor Summary
Constructors Constructor Description PruningFunctionDTL()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract DecisionTreepruneChildNodesIfNecessary(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
-
-
-
Method Detail
-
pruneChildNodesIfNecessary
public abstract DecisionTree 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- Parameters:
node-- Returns:
- node
-
-