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).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description AlphabetgetAlphabet()Alphabet[]getAlphabets()
-
-
-
Constructor Detail
-
Labelings
public Labelings(Labeling[] labels)
-
-
Method Detail
-
getAlphabet
public Alphabet getAlphabet()
- Specified by:
getAlphabetin interfaceAlphabetCarrying
-
getAlphabets
public Alphabet[] getAlphabets()
- Specified by:
getAlphabetsin interfaceAlphabetCarrying
-
-
DataMelt 3.0 © DataMelt by jWork.ORG