org.processmining.mining.geneticmining.analysis.duplicates
Class PrecisionRecallFactory

java.lang.Object
  extended by org.processmining.mining.geneticmining.analysis.duplicates.PrecisionRecallFactory

public class PrecisionRecallFactory
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Field Summary
static int IND_BEHAVIORAL_PR
           
static int IND_DUPLICATES_PR
           
static int IND_STRUCTURAL_PR
           
 
Constructor Summary
PrecisionRecallFactory()
           
 
Method Summary
static java.lang.String[] getAllPrecisionRecallTypes()
           
static PrecisionRecall getPrecisionRecall(int indexFitnessType, LogReader log, HeuristicsNet baseHN, HeuristicsNet foundHN)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IND_BEHAVIORAL_PR

public static final int IND_BEHAVIORAL_PR
See Also:
Constant Field Values

IND_STRUCTURAL_PR

public static final int IND_STRUCTURAL_PR
See Also:
Constant Field Values

IND_DUPLICATES_PR

public static final int IND_DUPLICATES_PR
See Also:
Constant Field Values
Constructor Detail

PrecisionRecallFactory

public PrecisionRecallFactory()
Method Detail

getAllPrecisionRecallTypes

public static java.lang.String[] getAllPrecisionRecallTypes()

getPrecisionRecall

public static PrecisionRecall getPrecisionRecall(int indexFitnessType,
                                                 LogReader log,
                                                 HeuristicsNet baseHN,
                                                 HeuristicsNet foundHN)
                                          throws java.lang.Exception
Throws:
java.lang.Exception