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 LabelList |
LabelList.EMPTY_LABELS
Empty label list.
|
Modifier and Type | Field and Description |
---|---|
static ByteBufferSerializer<LabelList> |
LabelList.SERIALIZER
Serializer.
|
Modifier and Type | Method and Description |
---|---|
LabelList |
LabelList.Serializer.fromByteBuffer(ByteBuffer buffer) |
static LabelList |
LabelList.make(Collection<String> labels)
Constructor replacement.
|
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 |
SimplePolygonParser.curlbl
Current labels.
|
protected LabelList |
NumberVectorLabelParser.curlbl
Current labels.
|
(package private) LabelList |
ClusteringVectorParser.curlbl
Current labels.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.