|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.features.aggregation.AggregationMutation
public class AggregationMutation
Performs an aggregation mutation on integer arrays. Each feature value is mutated with probability 1/n. Mutation is done by randomly selecting a new value between -1 and max(values).
| Constructor Summary | |
|---|---|
AggregationMutation(RandomGenerator random)
|
|
| Method Summary | |
|---|---|
void |
mutate(java.util.List<AggregationIndividual> population)
Invokes the method mutate(int[]) for each individual. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregationMutation(RandomGenerator random)
| Method Detail |
|---|
public void mutate(java.util.List<AggregationIndividual> population)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||