com.rapidminer.operator.features.construction
Interface ExampleSetBasedPopulationOperator

All Known Implementing Classes:
AttributeGenerator, ConstantGeneration, DirectedGeneratingMutation, EquivalentAttributeRemoval, ExampleSetBasedIndividualOperator, ExampleSetBasedSelectionCrossover, ExampleSetBasedSelectionMutation, ExampleSetBasedTournamentSelection, FourierGeneratingMutation, FourierGenerator, GeneratingMutation, RemoveUselessAttributes, UnbalancedCrossover

public interface ExampleSetBasedPopulationOperator

An operator that modifies populations.

Author:
Ingo Mierswa

Method Summary
 void operate(ExampleSetBasedPopulation pop)
          Modifies the population.
 boolean performOperation(int generation)
          Indicates if the operation should be performed in the given generation.
 

Method Detail

operate

void operate(ExampleSetBasedPopulation pop)
             throws java.lang.Exception
Modifies the population.

Throws:
java.lang.Exception

performOperation

boolean performOperation(int generation)
Indicates if the operation should be performed in the given generation. Allows pop ops which works only in a part of the generations.



Copyright © 2001-2009 by Rapid-I