public class GlobalFMeasurePruning extends PruningFunctionDTL
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
GlobalFMeasurePruning() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public DecisionTree pruneChildNodesIfNecessary(DecisionTree node)
PruningFunctionDTLpruneChildNodesIfNecessary in class PruningFunctionDTLCopyright © 2018. All rights reserved.