| 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
 
 The general use-case for any parser is to create objects out of an
  
InputStream (e.g. by reading a data file). | 
| 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(java.nio.ByteBuffer buffer)  | 
static LabelList | 
LabelList.make(java.util.Collection<java.lang.String> labels)
Constructor replacement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
LabelList.Serializer.getByteSize(LabelList object)  | 
void | 
LabelList.Serializer.toByteBuffer(java.nio.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 | 
|---|---|
(package private) LabelList | 
ClusteringVectorParser.curlbl
Current labels. 
 | 
protected LabelList | 
NumberVectorLabelParser.curlbl
Current labels. 
 | 
protected LabelList | 
SimplePolygonParser.curlbl
Current labels. 
 | 
Copyright © 2019 ELKI Development Team. License information.