| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.data | 
 Basic classes for different data types, database object types and label types 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Bit | 
Bit.FALSE
False bit. 
 | 
static Bit | 
Bit.TRUE
True bit. 
 | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2019 ELKI Development Team. License information.