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