Uses of Class
elki.data.ByteVector
-
Packages that use ByteVector Package Description elki.data Basic classes for different data types, database object types and label types. -
-
Uses of ByteVector in elki.data
Fields in elki.data with type parameters of type ByteVector Modifier and Type Field Description static ByteBufferSerializer<ByteVector>ByteVector. BYTE_SERIALIZERSerializer for up to 127 dimensions.static ByteBufferSerializer<ByteVector>ByteVector. SHORT_SERIALIZERSerializer for up to 2^15-1 dimensions.Methods in elki.data that return ByteVector Modifier and Type Method Description ByteVectorByteVector.ShortSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)ByteVectorByteVector.SmallSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)<A> ByteVectorByteVector.Factory. newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)<A> ByteVectorByteVector.Factory. newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)Methods in elki.data that return types with arguments of type ByteVector Modifier and Type Method Description ByteBufferSerializer<ByteVector>ByteVector.Factory. getDefaultSerializer()java.lang.Class<? super ByteVector>ByteVector.Factory. getRestrictionClass()Methods in elki.data with parameters of type ByteVector Modifier and Type Method Description intByteVector.ShortSerializer. getByteSize(ByteVector vec)intByteVector.SmallSerializer. getByteSize(ByteVector vec)voidByteVector.ShortSerializer. toByteBuffer(java.nio.ByteBuffer buffer, ByteVector vec)voidByteVector.SmallSerializer. toByteBuffer(java.nio.ByteBuffer buffer, ByteVector vec)
-