| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering.gdbscan.parallel | 
 Parallel versions of Generalized DBSCAN. 
 | 
| de.lmu.ifi.dbs.elki.algorithm.clustering.kmeans.parallel | 
 Parallelized implementations of k-means. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ParallelGeneralizedDBSCAN.Instance.Mapper | 
ParallelGeneralizedDBSCAN.Instance.instantiate(Executor executor)  | 
| Modifier and Type | Method and Description | 
|---|---|
KMeansProcessor.Instance<V> | 
KMeansProcessor.instantiate(Executor exectutor)  | 
| Modifier and Type | Method and Description | 
|---|---|
KNNWeightProcessor.Instance | 
KNNWeightProcessor.instantiate(Executor executor)  | 
| Modifier and Type | Method and Description | 
|---|---|
SimplifiedLRDProcessor.Instance | 
SimplifiedLRDProcessor.instantiate(Executor master)  | 
LRDProcessor.Instance | 
LRDProcessor.instantiate(Executor master)  | 
LOFProcessor.Instance | 
LOFProcessor.instantiate(Executor master)  | 
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
ParallelExecutor.BlockArrayRunner
Run for an array part, without step size. 
 | 
protected static class  | 
SingleThreadedExecutor.SingleThreadedRunner
Run for an array part, without step size. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KNNProcessor.Instance<O> | 
KNNProcessor.instantiate(Executor executor)  | 
DoubleMinMaxProcessor.Instance | 
DoubleMinMaxProcessor.instantiate(Executor executor)  | 
Processor.Instance | 
Processor.instantiate(Executor executor)
Create an instance. 
 | 
abstract Processor.Instance | 
AbstractDoubleProcessor.instantiate(Executor exectutor)  | 
KDistanceProcessor.Instance | 
KDistanceProcessor.instantiate(Executor executor)  | 
WriteDoubleDataStoreProcessor.Instance | 
WriteDoubleDataStoreProcessor.instantiate(Executor executor)  | 
WriteIntegerDataStoreProcessor.Instance | 
WriteIntegerDataStoreProcessor.instantiate(Executor executor)  | 
WriteDataStoreProcessor.Instance | 
WriteDataStoreProcessor.instantiate(Executor executor)  | 
Copyright © 2019 ELKI Development Team. License information.