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(String bit)
Method to construct a Bit for a given String expression.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.