org.processmining.mining.geneticmining.analysis.duplicates
Class PrecisionRecallFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PrecisionRecallFactory
public PrecisionRecallFactory()
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