
public static class HierarchicalClassLabel.Factory extends ClassLabel.Factory<HierarchicalClassLabel>
existing| Constructor and Description |
|---|
HierarchicalClassLabel.Factory() |
| Modifier and Type | Method and Description |
|---|---|
SimpleTypeInformation<? super HierarchicalClassLabel> |
getTypeInformation()
Get type information for the labels.
|
HierarchicalClassLabel |
makeFromString(String lbl)
Convert a string into a class label.
|
public HierarchicalClassLabel makeFromString(String lbl)
ClassLabel.FactorymakeFromString in class ClassLabel.Factory<HierarchicalClassLabel>lbl - String to convertpublic SimpleTypeInformation<? super HierarchicalClassLabel> getTypeInformation()
ClassLabel.FactorygetTypeInformation in class ClassLabel.Factory<HierarchicalClassLabel>