| Package | Description |
|---|---|
| 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 SimpleTypeInformation<LabelList> |
TypeUtil.LABELLIST
A list of labels.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<SparseFloatVector,LabelList> |
TermFrequencyParser.parseLineInternal(String line) |
protected Pair<V,LabelList> |
NumberVectorLabelParser.parseLineInternal(String line)
Internal method for parsing a single line.
|
Pair<SparseFloatVector,LabelList> |
SparseFloatVectorLabelParser.parseLineInternal(String line) |