edu.umass.cs.mallet.base.types
Class Labelings

java.lang.Object
  extended byedu.umass.cs.mallet.base.types.Labelings

public class Labelings
extends java.lang.Object

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).


Constructor Summary
Labelings(Labeling[] labels)
           
 
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)