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