edu.udo.cs.yale.operator.features.selection
Class IterativeFeatureAdding

java.lang.Object
  extended by edu.udo.cs.yale.operator.features.selection.IterativeFeatureAdding
All Implemented Interfaces:
PopulationOperator

public class IterativeFeatureAdding
extends java.lang.Object
implements PopulationOperator

Adds iteratively the next feature according to given attribute name array.

Version:
$Id: IterativeFeatureAdding.java,v 1.1 2006/04/14 13:07:13 ingomierswa Exp $
Author:
Ingo Mierswa

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

attributeNames

private java.lang.String[] attributeNames

counter

private int counter
Constructor Detail

IterativeFeatureAdding

public IterativeFeatureAdding(java.lang.String[] attributeNames,
                              int counter)
Method Detail

performOperation

public boolean performOperation(int generation)
The default implementation returns true for every generation.

Specified by:
performOperation in interface PopulationOperator


operate

public void operate(Population pop)
Description copied from interface: PopulationOperator
Modifies the population.

Specified by:
operate in interface PopulationOperator



Copyright © 2001-2006