| 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 | 
 Parallel processing core for ELKI. 
 | 
| 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. 
 | 
| Class and Description | 
|---|
| SharedDouble.Instance
 Instance for a sub-channel. 
 | 
| SharedObject
 Variable to share between different processors (within one thread only!) 
 | 
| SharedObject.Instance
 Instance for a particular thread. 
 | 
| Class and Description | 
|---|
| SharedDouble.Instance
 Instance for a sub-channel. 
 | 
| Class and Description | 
|---|
| SharedVariable
 Shared variables storing a particular type. 
 | 
| SharedVariable.Instance
 Instance for a single execution thread. 
 | 
| Class and Description | 
|---|
| SharedDouble
 Direct channel connecting two processors. 
 | 
| SharedDouble.Instance
 Instance for a sub-channel. 
 | 
| SharedInteger
 Direct channel connecting two processors. 
 | 
| SharedInteger.Instance
 Instance for a sub-channel. 
 | 
| SharedObject
 Variable to share between different processors (within one thread only!) 
 | 
| SharedObject.Instance
 Instance for a particular thread. 
 | 
| Class and Description | 
|---|
| SharedDouble.Instance
 Instance for a sub-channel. 
 | 
| SharedInteger.Instance
 Instance for a sub-channel. 
 | 
| SharedObject.Instance
 Instance for a particular thread. 
 | 
| SharedVariable
 Shared variables storing a particular type. 
 | 
| SharedVariable.Instance
 Instance for a single execution thread. 
 | 
Copyright © 2019 ELKI Development Team. License information.