Uses of Class
elki.data.SparseIntegerVector
-
Packages that use SparseIntegerVector Package Description elki.data Basic classes for different data types, database object types and label types. -
-
Uses of SparseIntegerVector in elki.data
Fields in elki.data with type parameters of type SparseIntegerVector Modifier and Type Field Description static ByteBufferSerializer<SparseIntegerVector>SparseIntegerVector. VARIABLE_SERIALIZERSerializer using varint encoding.Methods in elki.data that return SparseIntegerVector Modifier and Type Method Description SparseIntegerVectorSparseIntegerVector.VariableSerializer. fromByteBuffer(java.nio.ByteBuffer buffer)<A> SparseIntegerVectorSparseIntegerVector.Factory. newFeatureVector(A array, ArrayAdapter<? extends java.lang.Number,A> adapter)<A> SparseIntegerVectorSparseIntegerVector.Factory. newNumberVector(A array, NumberArrayAdapter<?,? super A> adapter)SparseIntegerVectorSparseIntegerVector.Factory. newNumberVector(it.unimi.dsi.fastutil.ints.Int2DoubleOpenHashMap values, int maxdim)Methods in elki.data that return types with arguments of type SparseIntegerVector Modifier and Type Method Description ByteBufferSerializer<SparseIntegerVector>SparseIntegerVector.Factory. getDefaultSerializer()java.lang.Class<? super SparseIntegerVector>SparseIntegerVector.Factory. getRestrictionClass()Methods in elki.data with parameters of type SparseIntegerVector Modifier and Type Method Description intSparseIntegerVector.VariableSerializer. getByteSize(SparseIntegerVector vec)voidSparseIntegerVector.VariableSerializer. toByteBuffer(java.nio.ByteBuffer buffer, SparseIntegerVector vec)
-