|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.features.Individual
public class Individual
Individuals contain all necessary informations about example sets for population based search heuristics, including the performance. Each individiual can also handle a crowding distance for multi-objecitve optimization approaches.
Field Summary | |
---|---|
private AttributeWeights |
attributeWeights
Some search schemes use attribute weights to guide the search point operations. |
private double |
crowdingDistance
The crowding distance can used for multiobjective optimization schemes. |
private AttributeWeightedExampleSet |
exampleSet
The example set. |
private PerformanceVector |
performanceVector
The performance this example set has achieved during evaluation. |
Constructor Summary | |
---|---|
Individual(AttributeWeightedExampleSet exampleSet)
Creates a new individual. |
Method Summary | |
---|---|
AttributeWeights |
getAttributeWeights()
|
double |
getCrowdingDistance()
|
AttributeWeightedExampleSet |
getExampleSet()
|
PerformanceVector |
getPerformance()
|
void |
setAttributeWeights(AttributeWeights weights)
|
void |
setCrowdingDistance(double crowdingDistance)
|
void |
setPerformance(PerformanceVector performanceVector)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private AttributeWeightedExampleSet exampleSet
private PerformanceVector performanceVector
private double crowdingDistance
private AttributeWeights attributeWeights
Constructor Detail |
---|
public Individual(AttributeWeightedExampleSet exampleSet)
Method Detail |
---|
public AttributeWeightedExampleSet getExampleSet()
public PerformanceVector getPerformance()
public void setPerformance(PerformanceVector performanceVector)
public double getCrowdingDistance()
public void setCrowdingDistance(double crowdingDistance)
public AttributeWeights getAttributeWeights()
public void setAttributeWeights(AttributeWeights weights)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |