Uses of Class
cc.mallet.types.Labels
-
Packages that use Labels Package Description 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 Modifier and Type Method Description Labels
LabelsSequence. getLabels(int i)
Constructors in cc.mallet.types with parameters of type Labels Constructor Description LabelsSequence(Labels[] seq)
Create a LabelsSequence from an array.
-