public class FuzzyMinerSettings
extends java.lang.Object
| Constructor and Description |
|---|
FuzzyMinerSettings() |
FuzzyMinerSettings(double prePlaceEvalThreshold,
double placeEvalThreshold,
boolean maxClusterSizeEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getMaxClusterSize() |
int |
getMaxeEdgeClusterSize() |
double |
getPlaceEvalThreshold() |
double |
getPrePlaceEvaluationThreshold() |
int |
hashCode() |
boolean |
isMaxClusterSizeEnabled() |
void |
setMaxClusterSizeEnabled(boolean maxClusterSizeEnabled) |
void |
setPlaceEvalThreshold(double placeEvalThreshold) |
void |
setPrePlaceEvaluationThreshold(double prePlaceEvaluationThreshold) |
public FuzzyMinerSettings(double prePlaceEvalThreshold,
double placeEvalThreshold,
boolean maxClusterSizeEnabled)
public FuzzyMinerSettings()
public double getPrePlaceEvaluationThreshold()
public void setPrePlaceEvaluationThreshold(double prePlaceEvaluationThreshold)
public double getPlaceEvalThreshold()
public boolean isMaxClusterSizeEnabled()
public void setPlaceEvalThreshold(double placeEvalThreshold)
public void setMaxClusterSizeEnabled(boolean maxClusterSizeEnabled)
public int getMaxeEdgeClusterSize()
public int getMaxClusterSize()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object