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 LabelListLabelList. EMPTY_LABELSEmpty label list.Fields in elki.data with type parameters of type LabelList Modifier and Type Field Description static ByteBufferSerializer<LabelList>LabelList. SERIALIZERSerializer.Methods in elki.data that return LabelList Modifier and Type Method Description LabelListLabelList.Serializer. fromByteBuffer(java.nio.ByteBuffer buffer)static LabelListLabelList. make(java.util.Collection<java.lang.String> labels)Constructor replacement.Methods in elki.data with parameters of type LabelList Modifier and Type Method Description intLabelList.Serializer. getByteSize(LabelList object)voidLabelList.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. LABELLISTA 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) LabelListClusteringVectorParser. curlblCurrent labels.protected LabelListNumberVectorLabelParser. curlblCurrent labels.protected LabelListSimplePolygonParser. curlblCurrent labels.
-