Package | Description |
---|---|
org.processmining.ocbc.performance.logprojection | |
org.processmining.ocbc.performance.logprojection.plugins.dottedchart.filtering |
Modifier and Type | Class and Description |
---|---|
static class |
Histogram.Double |
static class |
Histogram.Long |
Modifier and Type | Method and Description |
---|---|
Histogram |
LogView.getHistogramContinuous(Attribute attribute,
Statistics stats,
int buckets) |
Histogram |
LogView2.getHistogramContinuous(Attribute attribute,
Statistics stats,
int buckets) |
Histogram |
LogView.getHistogramDiscrete(Attribute attribute,
Statistics stats,
int buckets) |
Histogram |
LogView2.getHistogramDiscrete(Attribute attribute,
Statistics stats,
int buckets) |
Histogram |
LogView.getHistogramTimestamp(Attribute attribute,
Statistics stats,
int buckets) |
Histogram |
LogView2.getHistogramTimestamp(Attribute attribute,
Statistics stats,
int buckets) |
Modifier and Type | Method and Description |
---|---|
protected Histogram |
AbsoluteTimestampAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
protected abstract Histogram |
AbstractRangeAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
protected Histogram |
ContinuousAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
protected Histogram |
DiscreteAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
protected Histogram |
RelativeTimestampAttributeFilterPanel.getHistogram(Attribute a,
Statistics stats,
int buckets) |
Modifier and Type | Method and Description |
---|---|
void |
HistogramPanel.setHistogram(Histogram histogram,
double min,
double max,
boolean inverted) |