Class PruningFunctionDTL

    • Constructor Detail

      • PruningFunctionDTL

        public PruningFunctionDTL()
    • 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