edu.udo.cs.yale.operator.features.aggregation
Class AggregationIndividual

java.lang.Object
  extended by 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

Field Summary
private  double crowdingDistance
           
private  PerformanceVector fitness
           
private  int[] individual
           
 
Constructor Summary
AggregationIndividual(int[] individual)
           
 
Method Summary
private  void addNewMergedAttribute(AttributeWeightedExampleSet es, java.util.List<java.lang.String> mergeList, FeatureGenerator generator)
          The given list must contain the original attribute names which should be merged by the global FeatureGenerator.
 ExampleSet createExampleSet(ExampleSet originalExampleSet, FeatureGenerator generator)
           
 double getCrowdingDistance()
           
 int[] getIndividual()
           
 PerformanceVector getPerformance()
           
 void setCrowdingDistance(double crowdingDistance)
           
 void setPerformance(PerformanceVector fitness)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

individual

private int[] individual

fitness

private PerformanceVector fitness

crowdingDistance

private double crowdingDistance
Constructor Detail

AggregationIndividual

public AggregationIndividual(int[] individual)
Method Detail

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