edu.udo.cs.yale.operator.learner.meta.eaboost
Class BayBoostBoostingIndividual

java.lang.Object
  extended by edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
      extended by 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

Field Summary
private  EvolutionaryBoosting boosting
           
private  int maxNumber
           
private  BayBoostModel model
           
 
Fields inherited from class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
CROSSOVER_ONE_POINT, CROSSOVER_TYPES, CROSSOVER_UNIFORM
 
Constructor Summary
BayBoostBoostingIndividual(BayBoostModel model, EvolutionaryBoosting boosting, int maxNumber)
           
 
Method Summary
 Model createModel(ExampleSet exampleSet)
           
 java.util.List<BoostingIndividual> crossover(BoostingIndividual p2, int type)
           
 BoostingIndividual mutate(ExampleSet exampleSet)
           
 java.lang.String toString()
           
 
Methods inherited from class edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingIndividual
getCrowdingDistance, getPerformance, setCrowdingDistance, setPerformance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

model

private BayBoostModel model

boosting

private EvolutionaryBoosting boosting

maxNumber

private int maxNumber
Constructor Detail

BayBoostBoostingIndividual

public BayBoostBoostingIndividual(BayBoostModel model,
                                  EvolutionaryBoosting boosting,
                                  int maxNumber)
Method Detail

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