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