Uses of Class
elki.data.Bit
-
Packages that use Bit Package Description elki.data Basic classes for different data types, database object types and label types. -
-
Uses of Bit in elki.data
Fields in elki.data declared as Bit Modifier and Type Field Description static Bit
Bit. FALSE
False bit.static Bit
Bit. TRUE
True bit.Methods in elki.data that return Bit Modifier and Type Method Description Bit
BitVector. getValue(int dimension)
Deprecated.static Bit
Bit. valueOf(boolean b)
Convert truth value to a bit.static Bit
Bit. valueOf(java.lang.String bit)
Method to construct a Bit for a given String expression.
-