|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.utilities.pairs.Pair<FIRST,SECOND>
de.lmu.ifi.dbs.elki.utilities.pairs.FCPair<Double,int[]>
de.lmu.ifi.dbs.elki.algorithm.outlier.AggarwalYuEvolutionary.Individuum
private static class AggarwalYuEvolutionary.Individuum

Individuum for the evolutionary search.
| Field Summary |
|---|
| Fields inherited from class de.lmu.ifi.dbs.elki.utilities.pairs.Pair |
|---|
first, second |
| Constructor Summary | |
|---|---|
AggarwalYuEvolutionary.Individuum(double fitness,
int[] gene)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Simple equals statement. |
double |
getFitness()
Get the fitness of this individuum. |
int[] |
getGene()
Get the gene. |
static AggarwalYuEvolutionary.Individuum |
nullIndividuum(int dim)
Create a "null" individuum (full space). |
String |
toString()
Canonical toString operator |
| Methods inherited from class de.lmu.ifi.dbs.elki.utilities.pairs.FCPair |
|---|
compareTo, newArray |
| Methods inherited from class de.lmu.ifi.dbs.elki.utilities.pairs.Pair |
|---|
getFirst, getSecond, hashCode, newPairArray, setFirst, setSecond |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AggarwalYuEvolutionary.Individuum(double fitness,
int[] gene)
fitness - Fitnessgene - Gene information| Method Detail |
|---|
public int[] getGene()
public double getFitness()
public static AggarwalYuEvolutionary.Individuum nullIndividuum(int dim)
dim - Dimensionality
public String toString()
Pair
toString in class Pair<Double,int[]>public boolean equals(Object obj)
PairPair.first and Pair.second element of
this Pair equal the Pair.first and Pair.second element,
respectively, of the other Pair.
equals in class Pair<Double,int[]>obj - Object to compare to
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||