Class MyParameters
- java.lang.Object
-
- org.processmining.localityawareplacenetoracle.parameters.MyParameters
-
public class MyParameters extends java.lang.ObjectParameters configuration for a process mining plugin.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMyParameters.ChoiceMatrixstatic classMyParameters.Normalizationstatic classMyParameters.SequenceMatrix
-
Field Summary
Fields Modifier and Type Field Description static MyParameters.ChoiceMatrixDEFAULT_CHOICE_MATRIXstatic intDEFAULT_CHOICE_PN_COMPLEXITYstatic doubleDEFAULT_CHOICE_THRESHOLDstatic intDEFAULT_CONTEXT_WINDOW_SIZEstatic booleanDEFAULT_MINIMAL_PLACESstatic MyParameters.NormalizationDEFAULT_NORMALIZATION_APPROACHstatic MyParameters.SequenceMatrixDEFAULT_SEQUENCE_MATRIXstatic doubleDEFAULT_SEQUENCE_THRESHOLD
-
Constructor Summary
Constructors Constructor Description MyParameters()Initializes parameters with default values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyParameters.ChoiceMatrixgetChoiceMatrix()intgetChoicePNComplexity()doublegetChoiceThreshold()intgetContextWindowSize()MyParameters.NormalizationgetNormalizationApproach()MyParameters.SequenceMatrixgetSequenceMatrix()doublegetSequenceThreshold()booleanisMinimalPlaces()voidsetChoiceMatrix(MyParameters.ChoiceMatrix choiceMatrix)voidsetChoicePNComplexity(int choicePNComplexity)voidsetChoiceThreshold(double choiceThreshold)voidsetContextWindowSize(int contextWindowSize)voidsetMinimalPlaces(boolean minimalPlaces)voidsetNormalizationApproach(MyParameters.Normalization normalizationApproach)voidsetSequenceMatrix(MyParameters.SequenceMatrix sequenceMatrix)voidsetSequenceThreshold(double sequenceThreshold)
-
-
-
Field Detail
-
DEFAULT_CONTEXT_WINDOW_SIZE
public static final int DEFAULT_CONTEXT_WINDOW_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_CHOICE_PN_COMPLEXITY
public static final int DEFAULT_CHOICE_PN_COMPLEXITY
- See Also:
- Constant Field Values
-
DEFAULT_SEQUENCE_THRESHOLD
public static final double DEFAULT_SEQUENCE_THRESHOLD
- See Also:
- Constant Field Values
-
DEFAULT_CHOICE_THRESHOLD
public static final double DEFAULT_CHOICE_THRESHOLD
- See Also:
- Constant Field Values
-
DEFAULT_MINIMAL_PLACES
public static final boolean DEFAULT_MINIMAL_PLACES
- See Also:
- Constant Field Values
-
DEFAULT_SEQUENCE_MATRIX
public static final MyParameters.SequenceMatrix DEFAULT_SEQUENCE_MATRIX
-
DEFAULT_CHOICE_MATRIX
public static final MyParameters.ChoiceMatrix DEFAULT_CHOICE_MATRIX
-
DEFAULT_NORMALIZATION_APPROACH
public static final MyParameters.Normalization DEFAULT_NORMALIZATION_APPROACH
-
-
Method Detail
-
getContextWindowSize
public int getContextWindowSize()
-
setContextWindowSize
public void setContextWindowSize(int contextWindowSize)
-
getChoicePNComplexity
public int getChoicePNComplexity()
-
setChoicePNComplexity
public void setChoicePNComplexity(int choicePNComplexity)
-
getSequenceThreshold
public double getSequenceThreshold()
-
setSequenceThreshold
public void setSequenceThreshold(double sequenceThreshold)
-
getChoiceThreshold
public double getChoiceThreshold()
-
setChoiceThreshold
public void setChoiceThreshold(double choiceThreshold)
-
isMinimalPlaces
public boolean isMinimalPlaces()
-
setMinimalPlaces
public void setMinimalPlaces(boolean minimalPlaces)
-
getSequenceMatrix
public MyParameters.SequenceMatrix getSequenceMatrix()
-
setSequenceMatrix
public void setSequenceMatrix(MyParameters.SequenceMatrix sequenceMatrix)
-
getChoiceMatrix
public MyParameters.ChoiceMatrix getChoiceMatrix()
-
setChoiceMatrix
public void setChoiceMatrix(MyParameters.ChoiceMatrix choiceMatrix)
-
getNormalizationApproach
public MyParameters.Normalization getNormalizationApproach()
-
setNormalizationApproach
public void setNormalizationApproach(MyParameters.Normalization normalizationApproach)
-
-