| 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. 
 | 
| de.lmu.ifi.dbs.elki.datasource.parser | 
 Parsers for different file formats and data types. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static SparseFloatVector | 
SparseFloatVector.STATIC
Static instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SparseFloatVector | 
SparseFloatVector.Parameterizer.makeInstance()  | 
<A> SparseFloatVector | 
SparseFloatVector.newFeatureVector(A array,
                ArrayAdapter<Float,A> adapter)  | 
<A> SparseFloatVector | 
SparseFloatVector.newNumberVector(A array,
               NumberArrayAdapter<?,A> adapter)  | 
SparseFloatVector | 
SparseFloatVector.newNumberVector(gnu.trove.map.TIntDoubleMap dvalues,
               int maxdim)  | 
| Modifier and Type | Field and Description | 
|---|---|
static VectorFieldTypeInformation<SparseFloatVector> | 
TypeUtil.SPARSE_FLOAT_FIELD
Sparse float vector field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SimpleTypeInformation<SparseFloatVector> | 
TermFrequencyParser.getTypeInformation(int dimensionality)  |