Uses of Interface
org.processmining.mining.geneticmining.analysis.duplicates.PrecisionRecall

Packages that use PrecisionRecall
org.processmining.mining.geneticmining.analysis.duplicates   
 

Uses of PrecisionRecall in org.processmining.mining.geneticmining.analysis.duplicates
 

Classes in org.processmining.mining.geneticmining.analysis.duplicates that implement PrecisionRecall
 class ConnectionEquivalent
          This class calculates the precision and recall of two HeuristicsNet with respect to the connection between the tasks.
 class DuplicatesEquivalent
          This class calculates the precision and recall of two HeuristicsNet with respect to the number of duplicates that they have in common.
 class TraceParsing
          This class calculates the precision and recall of two HeuristicsNet with respect to the parsing of the traces.
 

Methods in org.processmining.mining.geneticmining.analysis.duplicates that return PrecisionRecall
static PrecisionRecall PrecisionRecallFactory.getPrecisionRecall(int indexFitnessType, LogReader log, HeuristicsNet baseHN, HeuristicsNet foundHN)