Uses of Class
cc.mallet.types.Labels

Packages that use Labels
cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. 
 

Uses of Labels in cc.mallet.types
 

Methods in cc.mallet.types that return Labels
 Labels LabelsSequence.getLabels(int i)
           
 

Constructors in cc.mallet.types with parameters of type Labels
LabelsSequence(Labels[] seq)
          Create a LabelsSequence from an array.