Subclasses of AbstractPruner in net.sf.myra.datamining |
class |
BacktrackPruner
This class represents a prune procedure which removes the last term of the
rule until the rule quality improves. |
class |
ErrorBasedPruner
This class implements an error based pruning procedure based on the metric
used by C4.5. |
class |
HierarchicalPruner
|
class |
Pruner
This class represents a prune procedure where one term is removed at a
time, until no terms can be removed to improve the rule quality. |
class |
ReversePruner
This class represents a prune procedure where one term is added at a
time, until no terms can be added to improve the rule quality. |