| 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 ByteBufferSerializer<LabelList> |
LabelList.SERIALIZER
Serializer.
|
| Modifier and Type | Method and Description |
|---|---|
LabelList |
LabelList.Serializer.fromByteBuffer(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
LabelList.Serializer.getByteSize(LabelList object) |
void |
LabelList.Serializer.toByteBuffer(ByteBuffer buffer,
LabelList object) |
| Modifier and Type | Field and Description |
|---|---|
static SimpleTypeInformation<LabelList> |
TypeUtil.LABELLIST
A list of labels.
|
| Modifier and Type | Field and Description |
|---|---|
protected LabelList |
NumberVectorLabelParser.curlbl
Current labels.
|