Uses of Class
elki.data.LabelList
-
Packages that use LabelList Package Description elki.data Basic classes for different data types, database object types and label types.elki.data.type Data type information, also used for type restrictions.elki.datasource.parser Parsers for different file formats and data types. -
-
Uses of LabelList in elki.data
Fields in elki.data declared as LabelList Modifier and Type Field Description static LabelList
LabelList. EMPTY_LABELS
Empty label list.Fields in elki.data with type parameters of type LabelList Modifier and Type Field Description static ByteBufferSerializer<LabelList>
LabelList. SERIALIZER
Serializer.Methods in elki.data that return LabelList Modifier and Type Method Description LabelList
LabelList.Serializer. fromByteBuffer(java.nio.ByteBuffer buffer)
static LabelList
LabelList. make(java.util.Collection<java.lang.String> labels)
Constructor replacement.Methods in elki.data with parameters of type LabelList Modifier and Type Method Description int
LabelList.Serializer. getByteSize(LabelList object)
void
LabelList.Serializer. toByteBuffer(java.nio.ByteBuffer buffer, LabelList object)
-
Uses of LabelList in elki.data.type
Fields in elki.data.type with type parameters of type LabelList Modifier and Type Field Description static SimpleTypeInformation<LabelList>
TypeUtil. LABELLIST
A list of labels. -
Uses of LabelList in elki.datasource.parser
Fields in elki.datasource.parser declared as LabelList Modifier and Type Field Description (package private) LabelList
ClusteringVectorParser. curlbl
Current labels.protected LabelList
NumberVectorLabelParser. curlbl
Current labels.protected LabelList
SimplePolygonParser. curlbl
Current labels.
-