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<SparseFloatVector> |
SparseFloatVector.VARIABLE_SERIALIZER
Serializer using varint encoding.
|
Modifier and Type | Method and Description |
---|---|
SparseFloatVector |
SparseFloatVector.VariableSerializer.fromByteBuffer(ByteBuffer buffer) |
<A> SparseFloatVector |
SparseFloatVector.Factory.newFeatureVector(A array,
ArrayAdapter<? extends Number,A> adapter) |
<A> SparseFloatVector |
SparseFloatVector.Factory.newNumberVector(A array,
NumberArrayAdapter<?,? super A> adapter) |
SparseFloatVector |
SparseFloatVector.Factory.newNumberVector(TIntDoubleMap dvalues,
int maxdim) |
Modifier and Type | Method and Description |
---|---|
ByteBufferSerializer<SparseFloatVector> |
SparseFloatVector.Factory.getDefaultSerializer() |
Class<? super SparseFloatVector> |
SparseFloatVector.Factory.getRestrictionClass() |
Modifier and Type | Method and Description |
---|---|
int |
SparseFloatVector.VariableSerializer.getByteSize(SparseFloatVector vec) |
void |
SparseFloatVector.VariableSerializer.toByteBuffer(ByteBuffer buffer,
SparseFloatVector vec) |
Modifier and Type | Field and Description |
---|---|
static VectorFieldTypeInformation<SparseFloatVector> |
TypeUtil.SPARSE_FLOAT_FIELD
Sparse float vector field.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.