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_SERIALIZER
Serializer for up to 127 dimensions.static ByteBufferSerializer<ByteVector>
ByteVector. SHORT_SERIALIZER
Serializer for up to 2^15-1 dimensions.Methods in elki.data that return ByteVector Modifier and Type Method Description ByteVector
ByteVector.ShortSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)
ByteVector
ByteVector.SmallSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)
<A> ByteVector
ByteVector.Factory. newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)
<A> ByteVector
ByteVector.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 int
ByteVector.ShortSerializer. getByteSize(ByteVector vec)
int
ByteVector.SmallSerializer. getByteSize(ByteVector vec)
void
ByteVector.ShortSerializer. toByteBuffer(java.nio.ByteBuffer buffer, ByteVector vec)
void
ByteVector.SmallSerializer. toByteBuffer(java.nio.ByteBuffer buffer, ByteVector vec)
-