public class LogLogTest
extends java.lang.Object
Constructor and Description |
---|
LogLogTest() |
Modifier and Type | Method and Description |
---|---|
static org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog |
applySample(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog language,
double[] sample) |
static double[] |
getMassKeyCumulative(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog language)
Cumulative mass key
|
static double[] |
getMassKeyNormal(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog language) |
static double |
getSimilarity(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage<?> languageA,
org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage<?> languageB,
org.processmining.earthmoversstochasticconformancechecking.distancematrix.DistanceMatrix<?,?> distanceMatrix,
org.processmining.earthmoversstochasticconformancechecking.parameters.EMSCParameters parameters,
org.processmining.framework.plugin.ProMCanceller canceller) |
static double[] |
normalise(int[] sample,
int sampleSize) |
static double |
p(org.deckfour.xes.model.XLog logA,
org.deckfour.xes.model.XLog logB,
Parameters parameters,
org.processmining.framework.plugin.ProMCanceller canceller) |
static double[] |
sample(AliasMethod aliasMethod,
int sampleSize) |
org.processmining.framework.util.HTMLToString |
test(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog logA,
org.deckfour.xes.model.XLog logB) |
public org.processmining.framework.util.HTMLToString test(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog logA, org.deckfour.xes.model.XLog logB) throws java.lang.Exception
java.lang.Exception
public static double p(org.deckfour.xes.model.XLog logA, org.deckfour.xes.model.XLog logB, Parameters parameters, org.processmining.framework.plugin.ProMCanceller canceller) throws java.lang.InterruptedException
java.lang.InterruptedException
public static double[] getMassKeyCumulative(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog language)
language
- public static double[] getMassKeyNormal(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog language)
public static double getSimilarity(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage<?> languageA, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.StochasticLanguage<?> languageB, org.processmining.earthmoversstochasticconformancechecking.distancematrix.DistanceMatrix<?,?> distanceMatrix, org.processmining.earthmoversstochasticconformancechecking.parameters.EMSCParameters parameters, org.processmining.framework.plugin.ProMCanceller canceller)
public static org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog applySample(org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.log.StochasticLanguageLog language, double[] sample)
public static double[] sample(AliasMethod aliasMethod, int sampleSize)
public static double[] normalise(int[] sample, int sampleSize)