Class GlobalFMeasurePruning
- java.lang.Object
-
- org.aksw.limes.core.ml.algorithm.dragon.Pruning.PruningFunctionDTL
-
- org.aksw.limes.core.ml.algorithm.dragon.Pruning.GlobalFMeasurePruning
-
public class GlobalFMeasurePruning extends PruningFunctionDTL
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description GlobalFMeasurePruning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 DecisionTree pruneChildNodesIfNecessary(DecisionTree node)
Description copied from class:PruningFunctionDTLDecides 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- Specified by:
pruneChildNodesIfNecessaryin classPruningFunctionDTL- Returns:
- node
-
-