| Package | Description |
|---|---|
| org.processmining.nlplogutils.algorithms.analysis | |
| org.processmining.nlplogutils.algorithms.analysis.adaptive |
| Constructor and Description |
|---|
TrainingInstance(ContextFeatures features,
java.util.List<LabelAndScore> labelAndScores) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<LabelAndScore> |
MulanTrainer.makePrediction(weka.core.Instance instance) |
java.util.Set<LabelAndScore> |
Trainer.makePrediction(weka.core.Instance instance)
Makes a prediction about which label to use
|
| Modifier and Type | Method and Description |
|---|---|
int |
LabelAndScore.compareTo(LabelAndScore o) |