Class PrototypeV2Parameter

  • All Implemented Interfaces:
    org.processmining.basicutils.parameters.PluginParameters

    public class PrototypeV2Parameter
    extends org.processmining.basicutils.parameters.impl.PluginParametersImpl
    • Constructor Detail

      • PrototypeV2Parameter

        public PrototypeV2Parameter()
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(double probabilityOfRemoval,
                                    AdjustingType adjustingThresholdMethod,
                                    int subsequencelenth,
                                    FilterLevel filteringmethod,
                                    FilterSelection filteringSelection,
                                    ProbabilityType probabilitycomutingMethod,
                                    org.deckfour.xes.classification.XEventClassifier eventattribute)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(double probabilityOfRemoval,
                                    FilterSelection filterSelection,
                                    org.deckfour.xes.classification.XEventClassifier eventattribute)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(org.deckfour.xes.classification.XEventClassifier eventattribute)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(int subsequencelenth,
                                    org.deckfour.xes.classification.XEventClassifier eventattribute)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(double threshold,
                                    org.deckfour.xes.classification.XEventClassifier eventattribute)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(double oddRulesSupport,
                                    double highProbableRulesConf,
                                    int supportOfHighProbableRules,
                                    FilterSelection filterselection,
                                    org.deckfour.xes.classification.XEventClassifier eventattribute)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(int subsequencelenth,
                                    org.deckfour.xes.classification.XEventClassifier eventattribute,
                                    SamplingType SampleTypeChosenItem,
                                    SamplingReturnType ReturnTypeChosenItem)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(int subsequencelenth,
                                    org.deckfour.xes.classification.XEventClassifier eventattribute,
                                    SimilarityMeasure similarityMeasure,
                                    SamplingReturnType samplingRetunType)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(int subsequencelenth,
                                    org.deckfour.xes.classification.XEventClassifier eventattribute,
                                    SimilarityMeasure similarityMeasure,
                                    SamplingReturnType samplingRetunType,
                                    PrototypeType prototypeTypeValue)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(int NumerofCluster,
                                    org.deckfour.xes.classification.XEventClassifier classifier,
                                    ClusteringType clusterT)
      • PrototypeV2Parameter

        public PrototypeV2Parameter​(int NumerofCluster,
                                    org.deckfour.xes.classification.XEventClassifier classifier,
                                    ClusteringType clusterT,
                                    double bettaValue,
                                    double changeInClusters,
                                    java.lang.String discovery)
    • Method Detail

      • setClusterType

        public void setClusterType​(ClusteringType clusterType)
      • setSamplefromClusterType

        public void setSamplefromClusterType​(SamplingfromClusterType samplefromClusterType)
      • setPrototypeType

        public void setPrototypeType​(PrototypeType prototypeType)
      • getAdjustingThresholdMethod

        public AdjustingType getAdjustingThresholdMethod()
      • getProbabilitycomutingMethod

        public ProbabilityType getProbabilitycomutingMethod()
      • setProbabilitycomutingMethod

        public void setProbabilitycomutingMethod​(ProbabilityType probabilitycomutingMethod)
      • setAdjustingThresholdMethod

        public void setAdjustingThresholdMethod​(AdjustingType adjustingThresholdMethod)
      • setFilteringSelection

        public void setFilteringSelection​(FilterSelection filteringSelection)
      • getSubsequenceLength

        public int getSubsequenceLength()
      • setSubsequenceLength

        public void setSubsequenceLength​(int subsequenceLength)
      • getFilteringMethod

        public FilterLevel getFilteringMethod()
      • setFilteringMethod

        public void setFilteringMethod​(FilterLevel filteringMethod)
      • setSamplingType

        public void setSamplingType​(SamplingType samplingType)
      • getEventClassifier

        public org.deckfour.xes.classification.XEventClassifier getEventClassifier()
      • setEventClassifier

        public void setEventClassifier​(org.deckfour.xes.classification.XEventClassifier eventAttribute)
      • setFilterLevel

        public void setFilterLevel​(FilterLevel filteringMethod)
      • getProbabilityOfRemoval

        public double getProbabilityOfRemoval()
      • setProbabilityOfRemoval

        public void setProbabilityOfRemoval​(double probabilityOfRemoval)
      • getSecondDoubleVariable

        public double getSecondDoubleVariable()
      • setSecondDoubleVariable

        public void setSecondDoubleVariable​(double secondDoubleVariable)
      • setSimilarityMeasure

        public void setSimilarityMeasure​(SimilarityMeasure similarityMeasure)
      • getDicoveryMethod

        public java.lang.String getDicoveryMethod()
      • setDicoveryMethod

        public void setDicoveryMethod​(java.lang.String dicoveryMethod)