|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.fitness.duplicates.DTFitnessFactory
public class DTFitnessFactory
Title: Duplicate Tasks Fitness Measures
Description: This class provides objects of the interface Fitness
.
Field Summary | |
---|---|
static double[] |
ALL_FITNESS_PARAMETERS
|
static double |
GAMMA
|
static int |
INDEX_GAMMA
|
static int |
INDEX_KAPPA
|
static double |
KAPPA
|
Constructor Summary | |
---|---|
DTFitnessFactory()
|
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()
Returns an array containing the names of the supported fitness types. |
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 double KAPPA
public static double GAMMA
public static int INDEX_KAPPA
public static int INDEX_GAMMA
public static double[] ALL_FITNESS_PARAMETERS
Constructor Detail |
---|
public DTFitnessFactory()
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 |