| Package | Description |
|---|---|
| org.processmining.generalizedconformance.precision |
| Modifier and Type | Method and Description |
|---|---|
static PrecisionRecallStyle |
PrecisionRecallStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrecisionRecallStyle[] |
PrecisionRecallStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
EntropyPrecisionRecall.getMeasure(double measureIntersection,
double measureDenominator,
PrecisionRecallStyle style)
We define precision simply as:
the (topological) size intersection of the log and the model
------ divided by -------
the (topological) size of the model
|
double |
EntropyPrecisionRecall.getPrecision(PrecisionRecallStyle style) |
double |
EntropyPrecisionRecall.getRecall(PrecisionRecallStyle style) |