public abstract static class ClassLabel.Factory<L extends ClassLabel>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<java.lang.String,L> |
existing
Set for reusing the same objects.
|
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
abstract SimpleTypeInformation<? super L> |
getTypeInformation()
Get type information for the labels.
|
abstract L |
makeFromString(java.lang.String lbl)
Convert a string into a class label.
|
protected java.util.HashMap<java.lang.String,L extends ClassLabel> existing
public abstract L makeFromString(java.lang.String lbl)
lbl
- String to convertpublic abstract SimpleTypeInformation<? super L> getTypeInformation()
Copyright © 2019 ELKI Development Team. License information.