|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Labeling | |
|---|---|
| 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 | |
|---|---|
Labeling |
Classification.getLabeling()
|
| Methods in cc.mallet.classify with parameters of type Labeling | |
|---|---|
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 | |
|---|---|
Classification(Instance instance,
Classifier classifier,
Labeling labeling)
|
|
| Uses of Labeling in cc.mallet.topics |
|---|
| Fields in cc.mallet.topics declared as Labeling | |
|---|---|
Labeling |
TopicAssignment.topicDistribution
|
Labeling |
PolylingualTopicModel.TopicAssignment.topicDistribution
|
Labeling |
LDAHyper.Topication.topicDistribution
|
| Uses of Labeling in cc.mallet.types |
|---|
| Classes in cc.mallet.types that implement Labeling | |
|---|---|
class |
Label
|
class |
LabelVector
|
| Methods in cc.mallet.types that return Labeling | |
|---|---|
Labeling |
Instance.getLabeling()
|
| Methods in cc.mallet.types with parameters of type Labeling | |
|---|---|
void |
Instance.setLabeling(Labeling l)
|
| Constructors in cc.mallet.types with parameters of type Labeling | |
|---|---|
Labelings(Labeling[] labels)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||