| 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.data.type |
Data type information, also used for type restrictions.
|
| Modifier and Type | Field and Description |
|---|---|
static ByteBufferSerializer<SparseDoubleVector> |
SparseDoubleVector.VARIABLE_SERIALIZER
Serializer using varint encoding.
|
| Modifier and Type | Method and Description |
|---|---|
SparseDoubleVector |
SparseDoubleVector.VariableSerializer.fromByteBuffer(ByteBuffer buffer) |
<A> SparseDoubleVector |
SparseDoubleVector.Factory.newFeatureVector(A array,
ArrayAdapter<Double,A> adapter) |
<A> SparseDoubleVector |
SparseDoubleVector.Factory.newNumberVector(A array,
NumberArrayAdapter<?,? super A> adapter) |
SparseDoubleVector |
SparseDoubleVector.Factory.newNumberVector(gnu.trove.map.TIntDoubleMap values,
int maxdim) |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferSerializer<SparseDoubleVector> |
SparseDoubleVector.Factory.getDefaultSerializer() |
Class<? super SparseDoubleVector> |
SparseDoubleVector.Factory.getRestrictionClass() |
| Modifier and Type | Method and Description |
|---|---|
int |
SparseDoubleVector.VariableSerializer.getByteSize(SparseDoubleVector vec) |
void |
SparseDoubleVector.VariableSerializer.toByteBuffer(ByteBuffer buffer,
SparseDoubleVector vec) |
| Modifier and Type | Field and Description |
|---|---|
static VectorFieldTypeInformation<SparseDoubleVector> |
TypeUtil.SPARSE_DOUBLE_FIELD
Sparse double vector field.
|