|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator
public abstract class ExampleSetBasedIndividualOperator
A PopulationOperator that modifies a population by modifying all individuals independently. The modifications can be made each per attribute block or for single attributes.
| Constructor Summary | |
|---|---|
ExampleSetBasedIndividualOperator()
|
|
| Method Summary | |
|---|---|
abstract java.util.List<ExampleSetBasedIndividual> |
operate(ExampleSetBasedIndividual individual)
Subclasses must implement this method providing a list of new individuals. |
void |
operate(ExampleSetBasedPopulation pop)
Operates on all individuals, removes the original individuals and adds the new ones. |
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 |
| Constructor Detail |
|---|
public ExampleSetBasedIndividualOperator()
| Method Detail |
|---|
public abstract java.util.List<ExampleSetBasedIndividual> operate(ExampleSetBasedIndividual individual)
throws java.lang.Exception
java.lang.Exception
public void operate(ExampleSetBasedPopulation pop)
throws java.lang.Exception
operate in interface ExampleSetBasedPopulationOperatorjava.lang.Exceptionpublic boolean performOperation(int generation)
performOperation in interface ExampleSetBasedPopulationOperator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||