edu.udo.cs.yale.operator.features.aggregation
Class AggregationIndividual
java.lang.Object
edu.udo.cs.yale.operator.features.aggregation.AggregationIndividual
public class AggregationIndividual
- extends java.lang.Object
Individuals contain the feature information and the fitness.
- Version:
- $Id: AggregationIndividual.java,v 1.3 2006/03/27 13:21:58
ingomierswa Exp $
- Author:
- Ingo Mierswa
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
individual
private int[] individual
fitness
private PerformanceVector fitness
crowdingDistance
private double crowdingDistance
AggregationIndividual
public AggregationIndividual(int[] individual)
getCrowdingDistance
public double getCrowdingDistance()
setCrowdingDistance
public void setCrowdingDistance(double crowdingDistance)
getIndividual
public int[] getIndividual()
setPerformance
public void setPerformance(PerformanceVector fitness)
getPerformance
public PerformanceVector getPerformance()
createExampleSet
public ExampleSet createExampleSet(ExampleSet originalExampleSet,
FeatureGenerator generator)
throws GenerationException
- Throws:
GenerationException
addNewMergedAttribute
private void addNewMergedAttribute(AttributeWeightedExampleSet es,
java.util.List<java.lang.String> mergeList,
FeatureGenerator generator)
throws GenerationException
- The given list must contain the original attribute names which should be
merged by the global FeatureGenerator.
- Throws:
GenerationException
Copyright © 2001-2006