|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator
com.rapidminer.operator.features.construction.ExampleSetBasedSelectionMutation
public class ExampleSetBasedSelectionMutation
Inverts the used bit for every feature of every example set with a given fixed probability.
| Constructor Summary | |
|---|---|
ExampleSetBasedSelectionMutation(double probability,
java.util.Random random,
int minNumber,
int maxNumber,
int exactNumber)
|
|
| Method Summary | |
|---|---|
java.util.List<ExampleSetBasedIndividual> |
operate(ExampleSetBasedIndividual individual)
Subclasses must implement this method providing a list of new individuals. |
| Methods inherited from class com.rapidminer.operator.features.construction.ExampleSetBasedIndividualOperator |
|---|
operate, performOperation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExampleSetBasedSelectionMutation(double probability,
java.util.Random random,
int minNumber,
int maxNumber,
int exactNumber)
| Method Detail |
|---|
public java.util.List<ExampleSetBasedIndividual> operate(ExampleSetBasedIndividual individual)
ExampleSetBasedIndividualOperator
operate in class ExampleSetBasedIndividualOperator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||