Uses of Class
elki.parallel.variables.SharedInteger
-
Packages that use SharedInteger Package Description elki.parallel.processor Processor API of ELKI, and some essential shared processors. -
-
Uses of SharedInteger in elki.parallel.processor
Fields in elki.parallel.processor declared as SharedInteger Modifier and Type Field Description (package private) SharedInteger
WriteIntegerDataStoreProcessor. input
Shared int variableMethods in elki.parallel.processor with parameters of type SharedInteger Modifier and Type Method Description void
WriteIntegerDataStoreProcessor. connectInput(SharedInteger input)
Connect the input variable
-