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 |
---|
KNNWeightProcessor.Instance(int k,
SharedObject.Instance<? extends KNNList> input,
SharedDouble.Instance store)
Constructor.
|
Constructor and Description |
---|
LOFProcessor.Instance(SharedDouble.Instance output)
Constructor.
|
LRDProcessor.Instance(SharedDouble.Instance output)
Constructor.
|
SimplifiedLRDProcessor.Instance(SharedDouble.Instance output)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) SharedDouble.Instance |
WriteDoubleDataStoreProcessor.Instance.input
Shared double variable
|
private SharedDouble.Instance |
DoubleMinMaxProcessor.Instance.input
Input channel instance
|
protected SharedDouble.Instance |
AbstractDoubleProcessor.Instance.output
Output variable
|
Constructor and Description |
---|
AbstractDoubleProcessor.Instance(SharedDouble.Instance output)
Constructor.
|
DoubleMinMaxProcessor.Instance(SharedDouble.Instance input)
Constructor.
|
KDistanceProcessor.Instance(int k,
SharedObject.Instance<? extends KNNList> input,
SharedDouble.Instance store)
Constructor.
|
WriteDoubleDataStoreProcessor.Instance(SharedDouble.Instance input)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SharedDouble.Instance |
SharedDouble.instantiate() |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.