Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data |
Basic classes for different data types, database object types and label types.
|
de.lmu.ifi.dbs.elki.distance.distancevalue |
Distance values, i.e. object storing an actual distance value along with
comparison functions and value parsers.
|
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.
|
Modifier and Type | Method and Description |
---|---|
<A> BitVector |
BitVector.Factory.newFeatureVector(A array,
ArrayAdapter<Bit,A> adapter) |
Constructor and Description |
---|
BitVector(Bit[] bits)
Provides a new BitVector corresponding to the bits in the given array.
|
Constructor and Description |
---|
BitDistance(Bit bit)
Constructs a new BitDistance object that represents the bit argument.
|