Uses of Class
elki.data.FloatVector
-
Packages that use FloatVector Package Description elki.data Basic classes for different data types, database object types and label types.elki.data.type Data type information, also used for type restrictions. -
-
Uses of FloatVector in elki.data
Fields in elki.data with type parameters of type FloatVector Modifier and Type Field Description static ByteBufferSerializer<FloatVector>FloatVector. BYTE_SERIALIZERSerializer for up to 127 dimensions.static ByteBufferSerializer<FloatVector>FloatVector. SHORT_SERIALIZERSerializer for up to 2^15-1 dimensions.static ByteBufferSerializer<FloatVector>FloatVector. VARIABLE_SERIALIZERSerializer using varint encoding.Methods in elki.data that return FloatVector Modifier and Type Method Description FloatVectorFloatVector.ShortSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)FloatVectorFloatVector.SmallSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)FloatVectorFloatVector.VariableSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)<A> FloatVectorFloatVector.Factory. newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)<A> FloatVectorFloatVector.Factory. newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)Methods in elki.data that return types with arguments of type FloatVector Modifier and Type Method Description ByteBufferSerializer<FloatVector>FloatVector.Factory. getDefaultSerializer()java.lang.Class<? super FloatVector>FloatVector.Factory. getRestrictionClass()Methods in elki.data with parameters of type FloatVector Modifier and Type Method Description intFloatVector.ShortSerializer. getByteSize(FloatVector vec)intFloatVector.SmallSerializer. getByteSize(FloatVector vec)intFloatVector.VariableSerializer. getByteSize(FloatVector vec)voidFloatVector.ShortSerializer. toByteBuffer(java.nio.ByteBuffer buffer, FloatVector vec)voidFloatVector.SmallSerializer. toByteBuffer(java.nio.ByteBuffer buffer, FloatVector vec)voidFloatVector.VariableSerializer. toByteBuffer(java.nio.ByteBuffer buffer, FloatVector vec) -
Uses of FloatVector in elki.data.type
Fields in elki.data.type with type parameters of type FloatVector Modifier and Type Field Description static VectorFieldTypeInformation<FloatVector>TypeUtil. FLOAT_VECTOR_FIELDInput type for algorithms that require number vector fields.
-