Class PruneConfiguration.C45

    • Constructor Detail

      • C45

        public C45​(double pruningConfidenceLevel)
        Creates a C4.5 prune configuration.
        Parameters:
        pruningConfidenceLevel - The pruning confidence level. Must be in the range [0,1].
    • Method Detail

      • getPruningConfidenceLevel

        public double getPruningConfidenceLevel()
        Returns the pruning confidence level. Controls the degree of pruning done. Reflects the confidence level that current tree will see equal or lesser errors in the test set than what was observed during training. Lower values result in more pruning; higher values result in less pruning.
        Returns:
        the pruning confidence level.