Uses of Class
elki.data.SimpleClassLabel
-
Packages that use SimpleClassLabel 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.filter.typeconversions Filters to perform data type conversions. -
-
Uses of SimpleClassLabel in elki.data
Fields in elki.data with type parameters of type SimpleClassLabel Modifier and Type Field Description static ByteBufferSerializer<SimpleClassLabel>
SimpleClassLabel. SERIALIZER
Serializer.static SimpleTypeInformation<SimpleClassLabel>
SimpleClassLabel. TYPE
Type information.Methods in elki.data that return SimpleClassLabel Modifier and Type Method Description SimpleClassLabel
SimpleClassLabel.Serializer. fromByteBuffer(java.nio.ByteBuffer buffer)
SimpleClassLabel
SimpleClassLabel.Factory. makeFromString(java.lang.String lbl)
Methods in elki.data that return types with arguments of type SimpleClassLabel Modifier and Type Method Description SimpleTypeInformation<? super SimpleClassLabel>
SimpleClassLabel.Factory. getTypeInformation()
Methods in elki.data with parameters of type SimpleClassLabel Modifier and Type Method Description int
SimpleClassLabel.Serializer. getByteSize(SimpleClassLabel object)
void
SimpleClassLabel.Serializer. toByteBuffer(java.nio.ByteBuffer buffer, SimpleClassLabel object)
-
Uses of SimpleClassLabel in elki.data.type
Fields in elki.data.type with type parameters of type SimpleClassLabel Modifier and Type Field Description static SimpleTypeInformation<SimpleClassLabel>
TypeUtil. SIMPLE_CLASSLABEL
Simple class labels. -
Uses of SimpleClassLabel in elki.datasource.filter.typeconversions
Fields in elki.datasource.filter.typeconversions declared as SimpleClassLabel Modifier and Type Field Description (package private) SimpleClassLabel
ClassLabelFromPatternFilter. negative
Label to return for negative matches.(package private) SimpleClassLabel
ClassLabelFromPatternFilter. positive
Label to return for positive matches.Constructors in elki.datasource.filter.typeconversions with parameters of type SimpleClassLabel Constructor Description ClassLabelFromPatternFilter(java.util.regex.Pattern pattern, SimpleClassLabel positive, SimpleClassLabel negative)
Constructor.
-