|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.fitness.FitnessFactory
public class FitnessFactory
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Field Summary | |
---|---|
static int |
CONTINUOUS_SEMANTICS_INDEX
|
static int |
EXTRA_BEHAVIOR_PUNISHMENT_INDEX
|
static int |
IMPROVED_CONTINUOUS_SEMANTICS_INDEX
|
static int |
PROPER_COMPLETION_INDEX
|
static int |
STOP_SEMANTICS_INDEX
|
Constructor Summary | |
---|---|
FitnessFactory()
|
Method Summary | |
---|---|
static ParameterValue[] |
getAdvancedFitnessParametersNames(int fitnessIndex)
This methods returns the names of the parameters used for a certain fitness types. |
static java.lang.String[] |
getAllFitnessTypes()
|
static Fitness |
getFitness(int indexFitnessType,
LogReader log,
double[] parameters)
Creates the specified fitness type object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int PROPER_COMPLETION_INDEX
public static int STOP_SEMANTICS_INDEX
public static int CONTINUOUS_SEMANTICS_INDEX
public static int IMPROVED_CONTINUOUS_SEMANTICS_INDEX
public static int EXTRA_BEHAVIOR_PUNISHMENT_INDEX
Constructor Detail |
---|
public FitnessFactory()
Method Detail |
---|
public static java.lang.String[] getAllFitnessTypes()
public static ParameterValue[] getAdvancedFitnessParametersNames(int fitnessIndex)
fitnessIndex
- int index of the fitness type.
public static Fitness getFitness(int indexFitnessType, LogReader log, double[] parameters)
indexFitnessType
- int Fitness type.log
- LogReader Log to be parsed by the created fitness type object.parameters
- double[] the parameters to be used by the specificied fitness type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |