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_SERIALIZERSerializer using varint encoding.Methods in elki.data that return SparseFloatVector Modifier and Type Method Description SparseFloatVectorSparseFloatVector.VariableSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)<A> SparseFloatVectorSparseFloatVector.Factory. newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)<A> SparseFloatVectorSparseFloatVector.Factory. newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)SparseFloatVectorSparseFloatVector.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 intSparseFloatVector.VariableSerializer. getByteSize(SparseFloatVector vec)voidSparseFloatVector.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_FIELDSparse float vector field.
-