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.
|
static SimpleTypeInformation<SimpleClassLabel> |
SimpleClassLabel.TYPE
Type information.
|
Modifier and Type | Method and Description |
---|---|
SimpleClassLabel |
SimpleClassLabel.Serializer.fromByteBuffer(java.nio.ByteBuffer buffer) |
SimpleClassLabel |
SimpleClassLabel.Factory.makeFromString(java.lang.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(java.nio.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(java.util.regex.Pattern pattern,
SimpleClassLabel positive,
SimpleClassLabel negative)
Constructor.
|
Copyright © 2019 ELKI Development Team. License information.