
| Modifier and Type | Class and Description |
|---|---|
private static class |
DoubleMinMaxProcessor.Instance
Instance for a particular sub-channel / part of the data set.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) SharedDouble |
input
Input channel
|
(package private) DoubleMinMax |
minmax
The central data store.
|
| Constructor and Description |
|---|
DoubleMinMaxProcessor()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(Processor.Instance inst)
Invoke cleanup.
|
void |
connectInput(SharedDouble input)
Connect an input channel.
|
DoubleMinMax |
getMinMax()
Get the minmax object.
|
DoubleMinMaxProcessor.Instance |
instantiate(Executor executor)
Create an instance.
|
protected void |
merge(DoubleMinMax minmax)
Merge the result of an instance.
|
DoubleMinMax minmax
SharedDouble input
public void connectInput(SharedDouble input)
input - Input channelpublic DoubleMinMaxProcessor.Instance instantiate(Executor executor)
Processorinstantiate in interface Processorexecutor - Job executorpublic void cleanup(Processor.Instance inst)
Processorprotected void merge(DoubleMinMax minmax)
minmax - Minmax valuepublic DoubleMinMax getMinMax()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.