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. SERIALIZERSerializer.static SimpleTypeInformation<SimpleClassLabel>SimpleClassLabel. TYPEType information.Methods in elki.data that return SimpleClassLabel Modifier and Type Method Description SimpleClassLabelSimpleClassLabel.Serializer. fromByteBuffer(java.nio.ByteBuffer buffer)SimpleClassLabelSimpleClassLabel.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 intSimpleClassLabel.Serializer. getByteSize(SimpleClassLabel object)voidSimpleClassLabel.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_CLASSLABELSimple 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) SimpleClassLabelClassLabelFromPatternFilter. negativeLabel to return for negative matches.(package private) SimpleClassLabelClassLabelFromPatternFilter. positiveLabel 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.
-