Uses of Class
elki.parallel.variables.SharedInteger.Instance
-
Packages that use SharedInteger.Instance Package Description 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 SharedInteger.Instance in elki.parallel.processor
Fields in elki.parallel.processor declared as SharedInteger.Instance Modifier and Type Field Description (package private) SharedInteger.Instance
WriteIntegerDataStoreProcessor.Instance. input
Shared int variableConstructors in elki.parallel.processor with parameters of type SharedInteger.Instance Constructor Description Instance(SharedInteger.Instance input)
Constructor. -
Uses of SharedInteger.Instance in elki.parallel.variables
Methods in elki.parallel.variables that return SharedInteger.Instance Modifier and Type Method Description SharedInteger.Instance
SharedInteger. instantiate()
-