Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.distance.parallel |
Parallel implementations of distance-based outlier detectors.
|
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.
|
Modifier and Type | Field and Description |
---|---|
(package private) SharedObject.Instance<? extends KNNList> |
KNNWeightProcessor.Instance.input
kNN query
|
Constructor and Description |
---|
KNNWeightProcessor.Instance(int k,
SharedObject.Instance<? extends KNNList> input,
SharedDouble.Instance store)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) SharedObject.Instance<T> |
WriteDataStoreProcessor.Instance.input
Variable to exchange data over
|
(package private) SharedObject.Instance<? extends KNNList> |
KDistanceProcessor.Instance.input
kNN query
|
(package private) SharedObject.Instance<KNNList> |
KNNProcessor.Instance.out
Output data store
|
Constructor and Description |
---|
KDistanceProcessor.Instance(int k,
SharedObject.Instance<? extends KNNList> input,
SharedDouble.Instance store)
Constructor.
|
KNNProcessor.Instance(int k,
KNNQuery<O> knnq,
SharedObject.Instance<KNNList> out)
Constructor.
|
WriteDataStoreProcessor.Instance(SharedObject.Instance<T> input)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SharedObject.Instance<T> |
SharedObject.instantiate() |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.