|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.features.weighting.VarianceAdaption
public class VarianceAdaption
Implements the 1/5-Rule for dynamic parameter adaption of the variance of a
WeightingMutation.
| Constructor Summary | |
|---|---|
VarianceAdaption(WeightingMutation weightingMutation,
int intervalSize)
The interval size should be as big as the changeable components, i.e. the number of attributes. |
|
| Method Summary | |
|---|---|
void |
operate(Population population)
Modifies the population. |
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 VarianceAdaption(WeightingMutation weightingMutation,
int intervalSize)
| Method Detail |
|---|
public boolean performOperation(int generation)
performOperation in interface PopulationOperatorpublic void operate(Population population)
PopulationOperator
operate in interface PopulationOperator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||