Uses of Interface
cc.mallet.types.Labeling
-
Packages that use Labeling Package Description cc.mallet.classify Classes for training and classifying instances.cc.mallet.topics cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of Labeling in cc.mallet.classify
Methods in cc.mallet.classify that return Labeling Modifier and Type Method Description Labeling
Classification. getLabeling()
Methods in cc.mallet.classify with parameters of type Labeling Modifier and Type Method Description double
Classifier. getF1(InstanceList ilist, Labeling labeling)
double
Trial. getF1(Labeling label)
double
Classifier. getPrecision(InstanceList ilist, Labeling labeling)
double
Trial. getPrecision(Labeling label)
double
Classifier. getRecall(InstanceList ilist, Labeling labeling)
double
Trial. getRecall(Labeling label)
Constructors in cc.mallet.classify with parameters of type Labeling Constructor Description Classification(Instance instance, Classifier classifier, Labeling labeling)
-
Uses of Labeling in cc.mallet.topics
Fields in cc.mallet.topics declared as Labeling Modifier and Type Field Description Labeling
LDAHyper.Topication. topicDistribution
Labeling
PolylingualTopicModel.TopicAssignment. topicDistribution
Labeling
TopicAssignment. topicDistribution
-
Uses of Labeling in cc.mallet.types
Classes in cc.mallet.types that implement Labeling Modifier and Type Class Description class
Label
class
LabelVector
Methods in cc.mallet.types that return Labeling Modifier and Type Method Description Labeling
Instance. getLabeling()
Methods in cc.mallet.types with parameters of type Labeling Modifier and Type Method Description void
Instance. setLabeling(Labeling l)
Constructors in cc.mallet.types with parameters of type Labeling Constructor Description Labelings(Labeling[] labels)
-