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.
|
Bit |
BitVector.scalarProduct(BitVector fv)
Provides the scalar product (inner product) of this BitVector and the given
BitVector.
|
static Bit |
Bit.valueOf(String bit)
Method to construct a Bit for a given String expression.
|
Modifier and Type | Method and Description |
---|---|
BitVector |
BitVector.newInstance(Bit[] values)
Creates and returns a new BitVector based on the passed values.
|
Modifier and Type | Method and Description |
---|---|
BitVector |
BitVector.newInstance(List<Bit> values)
Creates and returns a new BitVector based on the passed values.
|
Constructor and Description |
---|
BitVector(Bit[] bits)
Provides a new BitVector corresponding to the bits in the given array.
|
Constructor and Description |
---|
BitVector(List<Bit> bits)
Provides a new BitVector corresponding to the bits in the given list.
|
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.
|