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<? extends Number,A> adapter) |
<A> SparseDoubleVector |
SparseDoubleVector.Factory.newNumberVector(A array,
NumberArrayAdapter<?,? super A> adapter) |
SparseDoubleVector |
SparseDoubleVector.Factory.newNumberVector(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.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.