Uses of Class
org.processmining.prediction.Augmentation.Augmentation
-
Packages that use Augmentation Package Description org.processmining.prediction org.processmining.prediction.Augmentation -
-
Uses of Augmentation in org.processmining.prediction
Methods in org.processmining.prediction that return types with arguments of type Augmentation Modifier and Type Method Description java.util.Collection<Augmentation>AlignmentFrame. createAugmentation()java.util.Collection<Augmentation>VariablePanel. getFinalSelectedAugmentations()java.util.Collection<Augmentation>VariablePanel. getSelectedItems()Methods in org.processmining.prediction with parameters of type Augmentation Modifier and Type Method Description booleanPredictor. augmentLog(Augmentation[] augmentationCollection, boolean useMapDB, TaskForProgressBar task)booleanPredictor. augmentLogNDC(Augmentation[] augmentationCollection, boolean useMapDB, TaskForProgressBar task)booleanDecisionTreePanel. configureAugmentation(Augmentation[] array)booleanPredictor. configureAugmentation(Augmentation[] augmentationCollection)voidConfigurationPanel. setAttributeAugmentation(Augmentation[] array)voidConfigurationPanel. setChoiceOutputAttributePlace(java.lang.String placeLabel, Augmentation attribute)voidConfigurationPanel. setOutputAttribute(Augmentation attribute)voidDecisionTreePanel. setOutputAttribute(Augmentation attribute)DiscretizationInterval[]Predictor. setOutputAttribute(Augmentation attribute, int numberIntervals, DiscrMethod method, boolean regressionTree)Method parameters in org.processmining.prediction with type arguments of type Augmentation Modifier and Type Method Description voidPredictor. doTraceAugmentations(org.deckfour.xes.model.XTrace trace, java.util.LinkedList<Augmentation> traceAugs, java.util.Map<java.lang.String,java.lang.Object> newInstanceNDC)it applies the trace augmentations on the given trace -
Uses of Augmentation in org.processmining.prediction.Augmentation
Subclasses of Augmentation in org.processmining.prediction.Augmentation Modifier and Type Class Description classActivityDurationclassActivityNameclassAlignmentMoveclassAttributeValueclassChoiceclassElapsedTimeclassEventLevelAugmentationclassEventNumberclassExecutorclassFitnessclassGroupclassNextActivityclassNumberExecutionclassOtherEventAttributesclassPreAttributeValueclassPreviousActivityclassRemainingTimeclassResourceclassResourceWorkloadclassRoleclassSub_Model_AttributeclassSumAttributeValueclassTimestampclassTotalResourceWorkloadclasstraceAttributeValueclassWhole_Trace_Attribute
-