|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.features.selection.IterativeFeatureAdding
public class IterativeFeatureAdding
Adds iteratively the next feature according to given attribute name array.
Field Summary | |
---|---|
private java.lang.String[] |
attributeNames
|
private int |
counter
|
Constructor Summary | |
---|---|
IterativeFeatureAdding(java.lang.String[] attributeNames,
int counter)
|
Method Summary | |
---|---|
void |
operate(Population pop)
Modifies the population. |
boolean |
performOperation(int generation)
The default implementation returns true for every generation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String[] attributeNames
private int counter
Constructor Detail |
---|
public IterativeFeatureAdding(java.lang.String[] attributeNames, int counter)
Method Detail |
---|
public boolean performOperation(int generation)
performOperation
in interface PopulationOperator
public void operate(Population pop)
PopulationOperator
operate
in interface PopulationOperator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |