org.processmining.mining.geneticmining
Class GeneticMinerConstants
java.lang.Object
org.processmining.mining.geneticmining.GeneticMinerConstants
- Direct Known Subclasses:
- DTGeneticMinerConstants
public class GeneticMinerConstants
- extends java.lang.Object
Title:
Description:
Copyright: Copyright (c) 2004
Company:
- Version:
- 1.0
- Author:
- not attributable
Method Summary |
static int |
getIndexConstantInLogLine(java.lang.String constant)
Returns the index of a certain constant in the logLine array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OR
public static final java.lang.String OR
- See Also:
- Constant Field Values
AND
public static final java.lang.String AND
- See Also:
- Constant Field Values
INITIAL_POPULATION_TYPE
public static final int INITIAL_POPULATION_TYPE
- See Also:
- Constant Field Values
POPULATION_SIZE
public static final int POPULATION_SIZE
- See Also:
- Constant Field Values
ELITISM_RATE
public static final double ELITISM_RATE
- See Also:
- Constant Field Values
MAX_GENERATION
public static final int MAX_GENERATION
- See Also:
- Constant Field Values
FITNESS_TYPE
public static final int FITNESS_TYPE
- See Also:
- Constant Field Values
SELECTION_TYPE
public static final int SELECTION_TYPE
- See Also:
- Constant Field Values
CROSSOVER_RATE
public static final double CROSSOVER_RATE
- See Also:
- Constant Field Values
CROSSOVER_TYPE
public static final int CROSSOVER_TYPE
- See Also:
- Constant Field Values
MUTATION_RATE
public static final double MUTATION_RATE
- See Also:
- Constant Field Values
MUTATION_TYPE
public static final int MUTATION_TYPE
- See Also:
- Constant Field Values
POWER
public static final long POWER
- See Also:
- Constant Field Values
SEED
public static final long SEED
- See Also:
- Constant Field Values
FN
public static final java.lang.String FN
- See Also:
- Constant Field Values
BF
public static final java.lang.String BF
- See Also:
- Constant Field Values
AF
public static final java.lang.String AF
- See Also:
- Constant Field Values
SD
public static final java.lang.String SD
- See Also:
- Constant Field Values
PC
public static final java.lang.String PC
- See Also:
- Constant Field Values
PS
public static final java.lang.String PS
- See Also:
- Constant Field Values
GN
public static final java.lang.String GN
- See Also:
- Constant Field Values
FT
public static final java.lang.String FT
- See Also:
- Constant Field Values
TT
public static final java.lang.String TT
- See Also:
- Constant Field Values
MR
public static final java.lang.String MR
- See Also:
- Constant Field Values
S
public static final java.lang.String S
- See Also:
- Constant Field Values
ST
public static final java.lang.String ST
- See Also:
- Constant Field Values
UGO
public static final java.lang.String UGO
- See Also:
- Constant Field Values
MRt
public static final java.lang.String MRt
- See Also:
- Constant Field Values
MTp
public static final java.lang.String MTp
- See Also:
- Constant Field Values
CRt
public static final java.lang.String CRt
- See Also:
- Constant Field Values
CTp
public static final java.lang.String CTp
- See Also:
- Constant Field Values
IPT
public static final java.lang.String IPT
- See Also:
- Constant Field Values
POW
public static final java.lang.String POW
- See Also:
- Constant Field Values
ELI
public static final java.lang.String ELI
- See Also:
- Constant Field Values
ET
public static final java.lang.String ET
- See Also:
- Constant Field Values
FP
public static final java.lang.String FP
- See Also:
- Constant Field Values
logLine
public static final java.lang.String[] logLine
GeneticMinerConstants
public GeneticMinerConstants()
getIndexConstantInLogLine
public static int getIndexConstantInLogLine(java.lang.String constant)
- Returns the index of a certain constant in the logLine array.
- Parameters:
constant
- String constant value
- Returns:
- int the index of this constant. If the vector does not contain the constant, -1 is returned.