Package | Description |
---|---|
org.processmining.niektax.temporalrelations.model.dissimilarity |
Modifier and Type | Method and Description |
---|---|
DissimilarityResult.HypothesisType |
DissimilarityResult.getHypothesisType() |
static DissimilarityResult.HypothesisType |
DissimilarityResult.HypothesisType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DissimilarityResult.HypothesisType[] |
DissimilarityResult.HypothesisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DissimilarityResult(java.lang.String otherActivity,
DissimilarityResult.HypothesisType type,
double p_value,
double odds_ratio) |