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_SERIALIZERSerializer using varint encoding.Methods in elki.data that return SparseShortVector Modifier and Type Method Description SparseShortVectorSparseShortVector.VariableSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)<A> SparseShortVectorSparseShortVector.Factory. newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)<A> SparseShortVectorSparseShortVector.Factory. newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)SparseShortVectorSparseShortVector.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 intSparseShortVector.VariableSerializer. getByteSize(SparseShortVector vec)voidSparseShortVector.VariableSerializer. toByteBuffer(java.nio.ByteBuffer buffer, SparseShortVector vec)
-