Uses of Class
elki.parallel.variables.SharedDouble.Instance
-
Packages that use SharedDouble.Instance Package Description elki.outlier.distance.parallel Parallel implementations of distance-based outlier detectors.elki.outlier.lof.parallel Parallelized variants of LOF.elki.parallel.processor Processor API of ELKI, and some essential shared processors.elki.parallel.variables Variables are instantiated for each thread, and allow passing values from one processor to another within the same thread. -
-
Uses of SharedDouble.Instance in elki.outlier.distance.parallel
Constructors in elki.outlier.distance.parallel with parameters of type SharedDouble.Instance Constructor Description Instance(int k, SharedObject.Instance<? extends KNNList> input, SharedDouble.Instance store)
Constructor. -
Uses of SharedDouble.Instance in elki.outlier.lof.parallel
Constructors in elki.outlier.lof.parallel with parameters of type SharedDouble.Instance Constructor Description Instance(SharedDouble.Instance output)
Constructor.Instance(SharedDouble.Instance output)
Constructor.Instance(SharedDouble.Instance output)
Constructor. -
Uses of SharedDouble.Instance in elki.parallel.processor
Fields in elki.parallel.processor declared as SharedDouble.Instance Modifier and Type Field Description private SharedDouble.Instance
DoubleMinMaxProcessor.Instance. input
Input channel instance(package private) SharedDouble.Instance
WriteDoubleDataStoreProcessor.Instance. input
Shared double variableprotected SharedDouble.Instance
AbstractDoubleProcessor.Instance. output
Output variableConstructors in elki.parallel.processor with parameters of type SharedDouble.Instance Constructor Description Instance(SharedDouble.Instance output)
Constructor.Instance(SharedDouble.Instance input)
Constructor.Instance(int k, SharedObject.Instance<? extends KNNList> input, SharedDouble.Instance store)
Constructor.Instance(SharedDouble.Instance input)
Constructor. -
Uses of SharedDouble.Instance in elki.parallel.variables
Methods in elki.parallel.variables that return SharedDouble.Instance Modifier and Type Method Description SharedDouble.Instance
SharedDouble. instantiate()
-