| 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 ByteBufferSerializer<SparseByteVector> |
SparseByteVector.VARIABLE_SERIALIZER
Serializer using varint encoding.
|
| Modifier and Type | Method and Description |
|---|---|
SparseByteVector |
SparseByteVector.VariableSerializer.fromByteBuffer(ByteBuffer buffer) |
<A> SparseByteVector |
SparseByteVector.Factory.newFeatureVector(A array,
ArrayAdapter<Byte,A> adapter) |
<A> SparseByteVector |
SparseByteVector.Factory.newNumberVector(A array,
NumberArrayAdapter<?,? super A> adapter) |
SparseByteVector |
SparseByteVector.Factory.newNumberVector(gnu.trove.map.TIntDoubleMap values,
int maxdim) |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferSerializer<SparseByteVector> |
SparseByteVector.Factory.getDefaultSerializer() |
Class<? super SparseByteVector> |
SparseByteVector.Factory.getRestrictionClass() |
| Modifier and Type | Method and Description |
|---|---|
int |
SparseByteVector.VariableSerializer.getByteSize(SparseByteVector vec) |
void |
SparseByteVector.VariableSerializer.toByteBuffer(ByteBuffer buffer,
SparseByteVector vec) |