Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data |
Basic classes for different data types, database object types and label types.
|
de.lmu.ifi.dbs.elki.data.type |
Data type information, also used for type restrictions.
|
Modifier and Type | Method and Description |
---|---|
<A> SparseDoubleVector |
SparseDoubleVector.Factory.newFeatureVector(A array,
ArrayAdapter<Double,A> adapter) |
<A> SparseDoubleVector |
SparseDoubleVector.Factory.newNumberVector(A array,
NumberArrayAdapter<?,? super A> adapter) |
SparseDoubleVector |
SparseDoubleVector.Factory.newNumberVector(gnu.trove.map.TIntDoubleMap values,
int maxdim) |
Modifier and Type | Method and Description |
---|---|
ByteBufferSerializer<SparseDoubleVector> |
SparseDoubleVector.Factory.getDefaultSerializer() |
Class<? super SparseDoubleVector> |
SparseDoubleVector.Factory.getRestrictionClass() |
Modifier and Type | Field and Description |
---|---|
static VectorFieldTypeInformation<SparseDoubleVector> |
TypeUtil.SPARSE_DOUBLE_FIELD
Sparse double vector field.
|