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.
|
Modifier and Type | Field and Description |
---|---|
static ByteBufferSerializer<SimpleClassLabel> |
SimpleClassLabel.SERIALIZER
Serializer.
|
Modifier and Type | Method and Description |
---|---|
SimpleClassLabel |
SimpleClassLabel.Serializer.fromByteBuffer(ByteBuffer buffer) |
SimpleClassLabel |
SimpleClassLabel.Factory.makeFromString(String lbl) |
Modifier and Type | Method and Description |
---|---|
SimpleTypeInformation<? super SimpleClassLabel> |
SimpleClassLabel.Factory.getTypeInformation() |
Modifier and Type | Method and Description |
---|---|
int |
SimpleClassLabel.Serializer.getByteSize(SimpleClassLabel object) |
void |
SimpleClassLabel.Serializer.toByteBuffer(ByteBuffer buffer,
SimpleClassLabel object) |
Modifier and Type | Field and Description |
---|---|
static SimpleTypeInformation<SimpleClassLabel> |
TypeUtil.SIMPLE_CLASSLABEL
Simple class labels.
|