|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.operator.features.IndividualOperator
edu.udo.cs.yale.operator.features.RemoveUselessAttributes
public class RemoveUselessAttributes
This individual operator removes all attributes from the example set which has weight 0 or the same minimum and maximum values.
| Constructor Summary | |
|---|---|
RemoveUselessAttributes()
|
|
| Method Summary | |
|---|---|
java.util.List<Individual> |
operate(Individual individual)
Subclasses must implement this method providing a list of new individuals. |
| Methods inherited from class edu.udo.cs.yale.operator.features.IndividualOperator |
|---|
operate, performOperation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveUselessAttributes()
| Method Detail |
|---|
public java.util.List<Individual> operate(Individual individual)
throws java.lang.Exception
IndividualOperator
operate in class IndividualOperatorjava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||