|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.analysis.duplicates.DuplicatesEquivalent
public class DuplicatesEquivalent
This class calculates the precision and recall of two HeuristicsNet
with respect to the number of duplicates that they have in common.
Constructor Summary | |
---|---|
DuplicatesEquivalent(HeuristicsNet baseHN,
HeuristicsNet foundHN)
Creates an object of DuplicatesEquivalent. |
Method Summary | |
---|---|
double |
getPrecision()
|
double |
getRecall()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DuplicatesEquivalent(HeuristicsNet baseHN, HeuristicsNet foundHN) throws java.lang.Exception
DuplicatesEquivalent.
baseHN
- HeuristicsNet base heuristics net. The precision and recall consider this net
as the correct solution.foundHN
- HeuristicsNet found heuristis net. The precision and recall compare this
net to the base heuristics net.
java.lang.Exception
Method Detail |
---|
public double getPrecision()
getPrecision
in interface PrecisionRecall
public double getRecall()
getRecall
in interface PrecisionRecall
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |