| 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 | Method and Description |
|---|---|
Bit |
BitVector.getValue(int dimension)
Returns the value in the specified dimension.
|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
Bit |
BitDistance.getValue() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
BitDistance.setValue(Bit value) |
| Constructor and Description |
|---|
BitDistance(Bit bit)
Constructs a new BitDistance object that represents the bit argument.
|