Uses of Class
com.pervasive.datarush.analytics.decisiontree.pruner.PruneConfiguration
Packages that use PruneConfiguration
Package
Description
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.prunerModifier and TypeClassDescriptionstatic final classThe C4.5 pruning strategy.Methods in com.pervasive.datarush.analytics.decisiontree.pruner that return PruneConfigurationModifier and TypeMethodDescriptionDecisionTreePruner.getConfiguration()Returns the configuration that controls how pruning is performed.Methods in com.pervasive.datarush.analytics.decisiontree.pruner with parameters of type PruneConfigurationModifier and TypeMethodDescriptionvoidDecisionTreePruner.setConfiguration(PruneConfiguration configuration) Sets the configuration that controls how pruning is performed.