Package | Description |
---|---|
org.processmining.variantfinder.algorithms.annotatedtransitionsystems | |
org.processmining.variantfinder.utils |
Modifier and Type | Method and Description |
---|---|
static weka.core.Instances |
ATSFactory.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
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<RuleSet> |
RengineUtils.analyzeElement(AnnotationElementXEvent annotationEvents,
TreeSettings settings) |
static RuleSet |
RengineUtils.buildTree(AnnotationElementXEvent annotationEvents,
java.util.List<java.lang.String> attributes,
TreeSettings settings)
Synchronized method to build a tree using R.
|