public abstract class PruningFunctionDTL extends Object
| Constructor and Description |
|---|
PruningFunctionDTL() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public abstract DecisionTree pruneChildNodesIfNecessary(DecisionTree node)
node - Copyright © 2020. All rights reserved.