Uses of Class
elki.data.SparseFloatVector
-
Packages that use SparseFloatVector 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 SparseFloatVector in elki.data
Fields in elki.data with type parameters of type SparseFloatVector Modifier and Type Field Description static ByteBufferSerializer<SparseFloatVector>
SparseFloatVector. VARIABLE_SERIALIZER
Serializer using varint encoding.Methods in elki.data that return SparseFloatVector Modifier and Type Method Description SparseFloatVector
SparseFloatVector.VariableSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)
<A> SparseFloatVector
SparseFloatVector.Factory. newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)
<A> SparseFloatVector
SparseFloatVector.Factory. newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)
SparseFloatVector
SparseFloatVector.Factory. newNumberVector(it.unimi.dsi.fastutil.ints.Int2DoubleOpenHashMap dvalues, int maxdim)
Methods in elki.data that return types with arguments of type SparseFloatVector Modifier and Type Method Description ByteBufferSerializer<SparseFloatVector>
SparseFloatVector.Factory. getDefaultSerializer()
java.lang.Class<? super SparseFloatVector>
SparseFloatVector.Factory. getRestrictionClass()
Methods in elki.data with parameters of type SparseFloatVector Modifier and Type Method Description int
SparseFloatVector.VariableSerializer. getByteSize(SparseFloatVector vec)
void
SparseFloatVector.VariableSerializer. toByteBuffer(java.nio.ByteBuffer buffer, SparseFloatVector vec)
-
Uses of SparseFloatVector in elki.data.type
Fields in elki.data.type with type parameters of type SparseFloatVector Modifier and Type Field Description static VectorFieldTypeInformation<SparseFloatVector>
TypeUtil. SPARSE_FLOAT_FIELD
Sparse float vector field.
-