Package | Description |
---|---|
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 |
---|---|
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 |
---|---|
WriteIntegerDataStoreProcessor.Instance |
WriteIntegerDataStoreProcessor.instantiate(Executor executor) |
WriteDoubleDataStoreProcessor.Instance |
WriteDoubleDataStoreProcessor.instantiate(Executor executor) |
WriteDataStoreProcessor.Instance |
WriteDataStoreProcessor.instantiate(Executor executor) |
Processor.Instance |
Processor.instantiate(Executor executor)
Create an instance.
|
KNNProcessor.Instance<O> |
KNNProcessor.instantiate(Executor executor) |
KDistanceProcessor.Instance |
KDistanceProcessor.instantiate(Executor executor) |
DoubleMinMaxProcessor.Instance |
DoubleMinMaxProcessor.instantiate(Executor executor) |
abstract Processor.Instance |
AbstractDoubleProcessor.instantiate(Executor exectutor) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.