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