|
||||||||||
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.Pruner
public 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.
Constructor Summary | |
---|---|
Pruner(AbstractObjectiveFunction function,
ClassAssignator assignator)
Creates a new Pruner instance. |
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 Pruner(AbstractObjectiveFunction function, ClassAssignator assignator)
Pruner
instance.
function
- the ObjectiveFunction
instance.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 |