| Modifier and Type | Method and Description |
|---|---|
ResponseSet<Prediction<R>> |
SessionHandle.compare(L query,
P projection,
org.deckfour.xes.model.XLog availableItems) |
ResponseSet<Prediction<R>> |
SessionHandle.compare(L query,
P projection,
org.deckfour.xes.model.XLog availableItems,
boolean done) |
<RR,LL,PP,EE> |
SessionHandle.compare(QueryLanguage<RR,LL,PP,EE> queryLanguage,
LL query,
PP projection,
org.deckfour.xes.model.XLog availableItems) |
<RR,LL,PP,EE> |
SessionHandle.compare(QueryLanguage<RR,LL,PP,EE> queryLanguage,
LL query,
PP projection,
org.deckfour.xes.model.XLog availableItems,
boolean done) |
ResponseSet<Prediction<R>> |
SessionHandle.predict(L query,
P projection,
org.deckfour.xes.model.XLog availableItems) |
ResponseSet<Prediction<R>> |
SessionHandle.predict(L query,
P projection,
org.deckfour.xes.model.XLog availableItems,
boolean done) |
<RR,LL,PP,EE> |
SessionHandle.predict(QueryLanguage<RR,LL,PP,EE> queryLanguage,
LL query,
PP projection,
org.deckfour.xes.model.XLog availableItems) |
<RR,LL,PP,EE> |
SessionHandle.predict(QueryLanguage<RR,LL,PP,EE> queryLanguage,
LL query,
PP projection,
org.deckfour.xes.model.XLog availableItems,
boolean done) |
| Modifier and Type | Method and Description |
|---|---|
Prediction<? extends org.w3c.dom.Document> |
SimpleWorkflowSystemVisualizer.EventPresenter.getPrediction() |
| Constructor and Description |
|---|
EventPresenter(org.deckfour.xes.model.XEvent recommendation,
Prediction<? extends org.w3c.dom.Document> prediction) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContinuousPrediction<T> |
class |
DatePrediction |
class |
DiscretePrediction<T extends java.lang.Comparable<T>>
Predictions with a finite number of values
|
class |
NaiveDiscreteNumericalPrediction<T extends java.lang.Number & java.lang.Comparable<T>> |
class |
NumericalPrediction<T extends java.lang.Number> |
class |
SeededNumericalPrediction<T extends java.lang.Number> |
class |
StandardDistributionNumericalPrediction<T extends java.lang.Number & java.lang.Comparable<T>> |
| Modifier and Type | Method and Description |
|---|---|
<R,L,P> Prediction<R> |
AbstractProvider.comparison(Session session,
org.deckfour.xes.model.XLog availableItems,
java.lang.String langauge,
L query,
P projection,
boolean done) |
<R,L,P> Prediction<R> |
Provider.comparison(Session session,
org.deckfour.xes.model.XLog availableItems,
java.lang.String language,
L query,
P projection,
boolean done) |
<R,L,P> Prediction<R> |
AbstractProvider.predict(Session session,
org.deckfour.xes.model.XLog availableItems,
java.lang.String langauge,
L query,
P projection,
boolean done) |
<R,L,P> Prediction<R> |
Provider.predict(Session session,
org.deckfour.xes.model.XLog availableItems,
java.lang.String language,
L query,
P projection,
boolean done) |
<R,L,P> Prediction<R> |
RandomProvider.predict(Session session,
org.deckfour.xes.model.XLog availableItems,
java.lang.String langauge,
L query,
P projection,
boolean done) |
| Modifier and Type | Method and Description |
|---|---|
static <R,E> java.util.Comparator<Prediction<R>> |
RecommendationComparators.get(E evaluator) |
static java.util.Comparator<? extends Prediction<?>> |
RecommendationComparators.put(java.lang.Object key,
java.util.Comparator<? extends Prediction<?>> comparator) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Comparator<? extends Prediction<?>> |
RecommendationComparators.put(java.lang.Object key,
java.util.Comparator<? extends Prediction<?>> comparator) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
RecommendationVisualizer.createVisualizationPanel(Prediction<?> response) |