Uses of Class
com.pervasive.datarush.analytics.decisiontree.pruner.PruneConfiguration
-
Packages that use PruneConfiguration Package Description com.pervasive.datarush.analytics.decisiontree.pruner Provides the decision tree pruner operator and associated classes. -
-
Uses of PruneConfiguration in com.pervasive.datarush.analytics.decisiontree.pruner
Subclasses of PruneConfiguration in com.pervasive.datarush.analytics.decisiontree.pruner Modifier and Type Class Description static classPruneConfiguration.C45The C4.5 pruning strategy.Methods in com.pervasive.datarush.analytics.decisiontree.pruner that return PruneConfiguration Modifier and Type Method Description PruneConfigurationDecisionTreePruner. getConfiguration()Returns the configuration that controls how pruning is performed.Methods in com.pervasive.datarush.analytics.decisiontree.pruner with parameters of type PruneConfiguration Modifier and Type Method Description voidDecisionTreePruner. setConfiguration(PruneConfiguration configuration)Sets the configuration that controls how pruning is performed.
-