|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.datamining.AbstractPruner
net.sf.myra.datamining.BacktrackPruner
public class BacktrackPruner
This class represents a prune procedure which removes the last term of the rule until the rule quality improves.
Constructor Summary | |
---|---|
BacktrackPruner(AbstractObjectiveFunction function,
ClassAssignator assignator)
|
Method Summary | |
---|---|
net.sf.myra.framework.Trail |
explore(net.sf.myra.framework.Trail trail)
|
Methods inherited from class net.sf.myra.datamining.AbstractPruner |
---|
getClassAssignator, getFunction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BacktrackPruner(AbstractObjectiveFunction function, ClassAssignator assignator)
Method Detail |
---|
public net.sf.myra.framework.Trail explore(net.sf.myra.framework.Trail trail)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |