| Package | Description |
|---|---|
| org.processmining.plugins.log.completeness | |
| org.processmining.plugins.log.completeness.estimators |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Estimator> |
CompletenessResult.coverageEstimators |
java.util.List<Estimator> |
CompletenessResult.unobservedEstimators |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletenessEstimation.processLog(Estimator estmtr)
Process a log file and Estimate population information based on the log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ACEEstimator |
class |
BRKEstimator
Boender&Rinnooy Kan's Bayesian Estimator.
|
class |
Chao1Estimator
Chao's Estimator #1.
|
class |
Chao2Estimator
Chao's Estimator #2.
|
class |
CL1Estimator
Chao & Lee's Estimator #1.
|
class |
CL2Estimator
Chao & Lee's Estimator #2.
|
class |
CompletenessEstimator
To estimate the magnitude of informative completeness.
|
class |
GS2Estimator
GS Bayesian Estimator.
|
class |
JK1Estimator |
class |
JK2Estimator |
class |
JK3Estimator |
class |
JK4Estimator |
class |
JK5Estimator |
class |
JKEstimator
Jackknife Estimator.
|
class |
MLEstimator |
class |
TGEstimator |
class |
TrivialEstimator |