cc.mallet.types
Class Labelings

java.lang.Object
  extended by 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

Constructor Summary
Labelings(Labeling[] labels)
           
 
Method Summary
 Alphabet getAlphabet()
           
 Alphabet[] getAlphabets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Labelings

public Labelings(Labeling[] labels)
Method Detail

getAlphabet

public Alphabet getAlphabet()
Specified by:
getAlphabet in interface AlphabetCarrying

getAlphabets

public Alphabet[] getAlphabets()
Specified by:
getAlphabets in interface AlphabetCarrying