| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier.distance.parallel | 
 Parallel implementations of distance-based outlier detectors. 
 | 
| de.lmu.ifi.dbs.elki.algorithm.outlier.lof.parallel | 
 Parallelized variants of LOF. 
 | 
| de.lmu.ifi.dbs.elki.parallel.processor | 
 Processor API of ELKI, and some essential shared processors. 
 | 
| de.lmu.ifi.dbs.elki.parallel.variables | 
 Variables are instantiated for each thread, and allow passing values from
 one processor to another within the same thread. 
 | 
| Constructor and Description | 
|---|
Instance(int k,
        SharedObject.Instance<? extends KNNList> input,
        SharedDouble.Instance store)
Constructor. 
 | 
| Constructor and Description | 
|---|
Instance(SharedDouble.Instance output)
Constructor. 
 | 
Instance(SharedDouble.Instance output)
Constructor. 
 | 
Instance(SharedDouble.Instance output)
Constructor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private SharedDouble.Instance | 
DoubleMinMaxProcessor.Instance.input
Input channel instance 
 | 
(package private) SharedDouble.Instance | 
WriteDoubleDataStoreProcessor.Instance.input
Shared double variable 
 | 
protected SharedDouble.Instance | 
AbstractDoubleProcessor.Instance.output
Output variable 
 | 
| Constructor and Description | 
|---|
Instance(int k,
        SharedObject.Instance<? extends KNNList> input,
        SharedDouble.Instance store)
Constructor. 
 | 
Instance(SharedDouble.Instance input)
Constructor. 
 | 
Instance(SharedDouble.Instance output)
Constructor. 
 | 
Instance(SharedDouble.Instance input)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SharedDouble.Instance | 
SharedDouble.instantiate()  | 
Copyright © 2019 ELKI Development Team. License information.