edu.udo.cs.yale.operator.learner.meta.eaboost
Class BayBoostBoostingIndividual
java.lang.Object
edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
edu.udo.cs.yale.operator.learner.meta.eaboost.BayBoostBoostingIndividual
public class BayBoostBoostingIndividual
- extends BoostingIndividual
Individuals contain the model information and the fitness.
- Version:
- $Id: BayBoostBoostingIndividual.java,v 1.5 2006/04/11 17:21:38
ingomierswa Exp $
- Author:
- Ingo Mierswa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
model
private BayBoostModel model
boosting
private EvolutionaryBoosting boosting
maxNumber
private int maxNumber
BayBoostBoostingIndividual
public BayBoostBoostingIndividual(BayBoostModel model,
EvolutionaryBoosting boosting,
int maxNumber)
createModel
public Model createModel(ExampleSet exampleSet)
throws OperatorException
- Specified by:
createModel
in class BoostingIndividual
- Throws:
OperatorException
mutate
public BoostingIndividual mutate(ExampleSet exampleSet)
throws OperatorException
- Specified by:
mutate
in class BoostingIndividual
- Throws:
OperatorException
crossover
public java.util.List<BoostingIndividual> crossover(BoostingIndividual p2,
int type)
- Specified by:
crossover
in class BoostingIndividual
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2006