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 class
PruneConfiguration.C45
The C4.5 pruning strategy.Methods in com.pervasive.datarush.analytics.decisiontree.pruner that return PruneConfiguration Modifier and Type Method Description PruneConfiguration
DecisionTreePruner. 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 void
DecisionTreePruner. setConfiguration(PruneConfiguration configuration)
Sets the configuration that controls how pruning is performed.
-