|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.hantminer.Pruner
public class Pruner
Constructor Summary | |
---|---|
Pruner(RuleEvaluator evaluator)
Defautl constructor. |
Method Summary | |
---|---|
HybridRule |
explore(HybridRule rule)
Returns a (potentially) improved rule by pruning both antecedent and consequent of the specified rule. |
RuleEvaluator |
getEvaluator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pruner(RuleEvaluator evaluator)
evaluator
- the rule evaluator instance used to evaluate the
candidate rules.Method Detail |
---|
public HybridRule explore(HybridRule rule)
rule
- the rule to be pruned.
public RuleEvaluator getEvaluator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |