Uses of Package
elki.parallel.variables
-
Packages that use elki.parallel.variables Package Description elki.outlier.distance.parallel Parallel implementations of distance-based outlier detectors.elki.outlier.lof.parallel Parallelized variants of LOF.elki.parallel Parallel processing core for ELKI.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. -
Classes in elki.parallel.variables used by elki.outlier.distance.parallel Class Description SharedDouble.Instance Instance for a sub-channel.SharedObject Variable to share between different processors (within one thread only!)SharedObject.Instance Instance for a particular thread. -
Classes in elki.parallel.variables used by elki.outlier.lof.parallel Class Description SharedDouble.Instance Instance for a sub-channel. -
Classes in elki.parallel.variables used by elki.parallel Class Description SharedVariable Shared variables storing a particular type.SharedVariable.Instance Instance for a single execution thread. -
Classes in elki.parallel.variables used by elki.parallel.processor Class Description SharedDouble Direct channel connecting two processors.SharedDouble.Instance Instance for a sub-channel.SharedInteger Direct channel connecting two processors.SharedInteger.Instance Instance for a sub-channel.SharedObject Variable to share between different processors (within one thread only!)SharedObject.Instance Instance for a particular thread. -
Classes in elki.parallel.variables used by elki.parallel.variables Class Description SharedDouble.Instance Instance for a sub-channel.SharedInteger.Instance Instance for a sub-channel.SharedObject.Instance Instance for a particular thread.SharedVariable Shared variables storing a particular type.SharedVariable.Instance Instance for a single execution thread.