Package cc.mallet.types
Class Labelings
- java.lang.Object
-
- cc.mallet.types.Labelings
-
- All Implemented Interfaces:
AlphabetCarrying
public class Labelings extends java.lang.Object implements AlphabetCarrying
A collection of labelings, either for a multi-label problem (all labels are part of the same label dictionary), or a factorized labeling, (each label is part of a different dictionary).- Author:
- Andrew McCallum mccallum@cs.umass.edu
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Alphabet
getAlphabet()
Alphabet[]
getAlphabets()
-
-
-
Constructor Detail
-
Labelings
public Labelings(Labeling[] labels)
-
-
Method Detail
-
getAlphabet
public Alphabet getAlphabet()
- Specified by:
getAlphabet
in interfaceAlphabetCarrying
-
getAlphabets
public Alphabet[] getAlphabets()
- Specified by:
getAlphabets
in interfaceAlphabetCarrying
-
-