| 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 | 
DoubleMinMaxProcessor.input
Input channel 
 | 
(package private) SharedDouble | 
WriteDoubleDataStoreProcessor.input
Shared double variable 
 | 
protected SharedDouble | 
AbstractDoubleProcessor.output
Output variable 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DoubleMinMaxProcessor.connectInput(SharedDouble input)
Connect an input channel. 
 | 
void | 
WriteDoubleDataStoreProcessor.connectInput(SharedDouble input)
Connect the input variable 
 | 
void | 
AbstractDoubleProcessor.connectOutput(SharedDouble output)
Connect the output variable. 
 | 
Copyright © 2019 ELKI Development Team. License information.