| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.classify | |
| edu.umass.cs.mallet.base.fst | |
| edu.umass.cs.mallet.base.types |
| Modifier and Type | Method and Description |
|---|---|
LabelVector |
Classification.getLabelVector() |
| Modifier and Type | Method and Description |
|---|---|
LabelVector |
Transducer.Lattice.getLabelingAtPosition(int outputPosition) |
LabelVector |
Transducer.BeamLattice.getLabelingAtPosition(int outputPosition) |
| Modifier and Type | Method and Description |
|---|---|
LabelVector |
InfoGain.getBaseLabelDistribution() |
LabelVector |
GainRatio.getBaseLabelDistribution() |
LabelVector |
InstanceList.targetLabelDistribution() |
LabelVector |
Labeling.toLabelVector() |
LabelVector |
LabelVector.toLabelVector() |
LabelVector |
Label.toLabelVector() |
| Modifier and Type | Method and Description |
|---|---|
PartiallyRankedFeatureVector |
PartiallyRankedFeatureVector.Factory.newPartiallyRankedFeatureVector(InstanceList ilist,
LabelVector[] posteriors) |
PartiallyRankedFeatureVector[] |
PartiallyRankedFeatureVector.PerLabelFactory.newPartiallyRankedFeatureVectors(InstanceList ilist,
LabelVector[] posteriors) |
| Constructor and Description |
|---|
ExpGain(InstanceList ilist,
LabelVector[] classifications,
double gaussianPriorVariance) |
Factory(LabelVector[] classifications) |
Factory(LabelVector[] classifications) |
Factory(LabelVector[] classifications,
double gaussianPriorVariance) |
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) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.