Uses of Class
elki.data.SparseDoubleVector
-
Packages that use SparseDoubleVector Package Description elki.data Basic classes for different data types, database object types and label types.elki.data.type Data type information, also used for type restrictions. -
-
Uses of SparseDoubleVector in elki.data
Fields in elki.data with type parameters of type SparseDoubleVector Modifier and Type Field Description static ByteBufferSerializer<SparseDoubleVector>
SparseDoubleVector. VARIABLE_SERIALIZER
Serializer using varint encoding.Methods in elki.data that return SparseDoubleVector Modifier and Type Method Description SparseDoubleVector
SparseDoubleVector.VariableSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)
<A> SparseDoubleVector
SparseDoubleVector.Factory. newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)
<A> SparseDoubleVector
SparseDoubleVector.Factory. newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)
SparseDoubleVector
SparseDoubleVector.Factory. newNumberVector(it.unimi.dsi.fastutil.ints.Int2DoubleOpenHashMap values, int maxdim)
Methods in elki.data that return types with arguments of type SparseDoubleVector Modifier and Type Method Description ByteBufferSerializer<SparseDoubleVector>
SparseDoubleVector.Factory. getDefaultSerializer()
java.lang.Class<? super SparseDoubleVector>
SparseDoubleVector.Factory. getRestrictionClass()
Methods in elki.data with parameters of type SparseDoubleVector Modifier and Type Method Description int
SparseDoubleVector.VariableSerializer. getByteSize(SparseDoubleVector vec)
void
SparseDoubleVector.VariableSerializer. toByteBuffer(java.nio.ByteBuffer buffer, SparseDoubleVector vec)
-
Uses of SparseDoubleVector in elki.data.type
Fields in elki.data.type with type parameters of type SparseDoubleVector Modifier and Type Field Description static VectorFieldTypeInformation<SparseDoubleVector>
TypeUtil. SPARSE_DOUBLE_FIELD
Sparse double vector field.
-