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.filter.typeconversions |
Filters to perform data type conversions.
|
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.
|
Modifier and Type | Field and Description |
---|---|
(package private) SimpleClassLabel |
ClassLabelFromPatternFilter.negative
Label to return for negative matches.
|
(package private) SimpleClassLabel |
ClassLabelFromPatternFilter.positive
Label to return for positive matches.
|
Constructor and Description |
---|
ClassLabelFromPatternFilter(Pattern pattern,
SimpleClassLabel positive,
SimpleClassLabel negative)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.