Uses of Class
org.processmining.variantfinder.models.annotatedtransitionsystems.impl.AnnotationElementXEvent
-
Packages that use AnnotationElementXEvent Package Description org.processmining.variantfinder.algorithms.annotatedtransitionsystems org.processmining.variantfinder.utils -
-
Uses of AnnotationElementXEvent in org.processmining.variantfinder.algorithms.annotatedtransitionsystems
Methods in org.processmining.variantfinder.algorithms.annotatedtransitionsystems with parameters of type AnnotationElementXEvent Modifier and Type Method Description static weka.core.InstancesATSFactory. buildInstances(AnnotationElementXEvent annotationEvents, java.util.List<java.lang.String> attributes, java.lang.String classAttribute, int instanceNum)Creates a set of instances (weka) that can be used to build a classifier -
Uses of AnnotationElementXEvent in org.processmining.variantfinder.utils
Methods in org.processmining.variantfinder.utils with parameters of type AnnotationElementXEvent Modifier and Type Method Description static java.util.List<RuleSet>RengineUtils. analyzeElement(AnnotationElementXEvent annotationEvents, TreeSettings settings)static RuleSetRengineUtils. buildTree(AnnotationElementXEvent annotationEvents, java.util.List<java.lang.String> attributes, TreeSettings settings)Synchronized method to build a tree using R.
-