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