Uses of Class
cc.mallet.types.LabelVector
-
Packages that use LabelVector Package Description cc.mallet.classify Classes for training and classifying instances.cc.mallet.fst Transducers, including Conditional Random Fields (CRFs).cc.mallet.fst.semi_supervised.pr cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of LabelVector in cc.mallet.classify
Methods in cc.mallet.classify that return LabelVector Modifier and Type Method Description LabelVector
Classification. getLabelVector()
-
Uses of LabelVector in cc.mallet.fst
Methods in cc.mallet.fst that return LabelVector Modifier and Type Method Description LabelVector
SumLattice. getLabelingAtPosition(int outputPosition)
LabelVector
SumLatticeBeam. getLabelingAtPosition(int outputPosition)
LabelVector
SumLatticeDefault. getLabelingAtPosition(int outputPosition)
LabelVector
SumLatticeScaling. getLabelingAtPosition(int outputPosition)
-
Uses of LabelVector in cc.mallet.fst.semi_supervised.pr
Fields in cc.mallet.fst.semi_supervised.pr declared as LabelVector Modifier and Type Field Description protected LabelVector[]
SumLatticePR. labelings
Methods in cc.mallet.fst.semi_supervised.pr that return LabelVector Modifier and Type Method Description LabelVector
SumLatticeDefaultCachedDot. getLabelingAtPosition(int outputPosition)
LabelVector
SumLatticeKL. getLabelingAtPosition(int outputPosition)
LabelVector
SumLatticePR. getLabelingAtPosition(int outputPosition)
-
Uses of LabelVector in cc.mallet.types
Methods in cc.mallet.types that return LabelVector Modifier and Type Method Description LabelVector
GainRatio. getBaseLabelDistribution()
LabelVector
InfoGain. getBaseLabelDistribution()
LabelVector
InstanceList. targetLabelDistribution()
LabelVector
Label. toLabelVector()
LabelVector
Labeling. toLabelVector()
LabelVector
LabelVector. toLabelVector()
Methods in cc.mallet.types with parameters of type LabelVector Modifier and Type Method Description PartiallyRankedFeatureVector
PartiallyRankedFeatureVector.Factory. newPartiallyRankedFeatureVector(InstanceList ilist, LabelVector[] posteriors)
PartiallyRankedFeatureVector[]
PartiallyRankedFeatureVector.PerLabelFactory. newPartiallyRankedFeatureVectors(InstanceList ilist, LabelVector[] posteriors)
Constructors in cc.mallet.types with parameters of type LabelVector Constructor Description ExpGain(InstanceList ilist, LabelVector[] classifications, double gaussianPriorVariance)
Factory(LabelVector[] classifications)
Factory(LabelVector[] classifications, double gaussianPriorVariance)
Factory(LabelVector[] classifications)
GainRatio(Alphabet dataAlphabet, double[] gainRatios, double[] splitPoints, double baseEntropy, LabelVector baseLabelDistribution, int numSplitPointsForBestFeature, int minNumInsts)
GradientGain(InstanceList ilist, LabelVector[] classifications)
KLGain(InstanceList ilist, LabelVector[] classifications)
-