|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.operator.learner.meta.eaboost.BoostingMutation
public class BoostingMutation
Performs an aggregation mutation on the boosting individuals. Each model value is mutated with probability 1/n. Mutation is done by replacing the model by a freshly learned model.
| Constructor Summary | |
|---|---|
BoostingMutation()
|
|
| Method Summary | |
|---|---|
void |
mutate(java.util.List<BoostingIndividual> population,
ExampleSet exampleSet)
Invokes the method mutate() for each individual. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoostingMutation()
| Method Detail |
|---|
public void mutate(java.util.List<BoostingIndividual> population,
ExampleSet exampleSet)
throws OperatorException
OperatorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||