Package | Description |
---|---|
de.lmu.ifi.dbs.elki.parallel.processor |
Processor API of ELKI, and some essential shared processors.
|
Modifier and Type | Field and Description |
---|---|
(package private) SharedDouble |
WriteDoubleDataStoreProcessor.input
Shared double variable
|
(package private) SharedDouble |
DoubleMinMaxProcessor.input
Input channel
|
protected SharedDouble |
AbstractDoubleProcessor.output
Output variable
|
Modifier and Type | Method and Description |
---|---|
void |
WriteDoubleDataStoreProcessor.connectInput(SharedDouble input)
Connect the input variable
|
void |
DoubleMinMaxProcessor.connectInput(SharedDouble input)
Connect an input channel.
|
void |
AbstractDoubleProcessor.connectOutput(SharedDouble output)
Connect the output variable.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.