|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.features.IndividualOperator
com.rapidminer.operator.features.weighting.SimpleWeighting
public class SimpleWeighting
This PopulationOperator realizes a simple weighting, i.e. creates a list of clones of each individual and weights one attribute in each of the clones with some different weights.
| Constructor Summary | |
|---|---|
SimpleWeighting(double compareWeight,
double[] weights)
Creates a simple weighting. |
|
| Method Summary | |
|---|---|
java.util.List<Individual> |
operate(Individual individual)
Subclasses must implement this method providing a list of new individuals. |
| Methods inherited from class com.rapidminer.operator.features.IndividualOperator |
|---|
operate, performOperation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleWeighting(double compareWeight,
double[] weights)
| Method Detail |
|---|
public java.util.List<Individual> operate(Individual individual)
IndividualOperator
operate in class IndividualOperator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||