Uses of Class
cc.mallet.fst.semi_supervised.StateLabelMap
-
Packages that use StateLabelMap Package Description cc.mallet.fst.semi_supervised cc.mallet.fst.semi_supervised.constraints cc.mallet.fst.semi_supervised.pr cc.mallet.fst.semi_supervised.pr.constraints -
-
Uses of StateLabelMap in cc.mallet.fst.semi_supervised
Methods in cc.mallet.fst.semi_supervised with parameters of type StateLabelMap Modifier and Type Method Description void
CRFTrainerByGE. setStateLabelMap(StateLabelMap map)
Constructors in cc.mallet.fst.semi_supervised with parameters of type StateLabelMap Constructor Description CRFOptimizableByGE(CRF crf, java.util.ArrayList<GEConstraint> constraints, InstanceList data, StateLabelMap map, int numThreads)
CRFOptimizableByGE(CRF crf, java.util.ArrayList<GEConstraint> constraints, InstanceList data, StateLabelMap map, int numThreads, double weight)
CRFTrainerByLikelihoodAndGE(CRF crf, java.util.ArrayList<GEConstraint> constraints, StateLabelMap map)
-
Uses of StateLabelMap in cc.mallet.fst.semi_supervised.constraints
Fields in cc.mallet.fst.semi_supervised.constraints declared as StateLabelMap Modifier and Type Field Description protected StateLabelMap
OneLabelGEConstraints. map
protected StateLabelMap
OneLabelL2RangeGEConstraints. map
protected StateLabelMap
TwoLabelGEConstraints. map
Methods in cc.mallet.fst.semi_supervised.constraints with parameters of type StateLabelMap Modifier and Type Method Description void
GEConstraint. setStateLabelMap(StateLabelMap map)
Sets that map between the state indices and label indices.void
OneLabelGEConstraints. setStateLabelMap(StateLabelMap map)
void
OneLabelL2RangeGEConstraints. setStateLabelMap(StateLabelMap map)
void
SelfTransitionGEConstraint. setStateLabelMap(StateLabelMap map)
void
TwoLabelGEConstraints. setStateLabelMap(StateLabelMap map)
Constructors in cc.mallet.fst.semi_supervised.constraints with parameters of type StateLabelMap Constructor Description OneLabelGEConstraints(com.carrotsearch.hppc.IntObjectHashMap<OneLabelGEConstraints.OneLabelGEConstraint> constraints, StateLabelMap map)
OneLabelL2RangeGEConstraints(com.carrotsearch.hppc.IntObjectHashMap<OneLabelL2RangeGEConstraints.OneLabelL2IndGEConstraint> constraints, StateLabelMap map)
TwoLabelGEConstraints(java.util.ArrayList<TwoLabelGEConstraints.TwoLabelGEConstraint> constraintsList, com.carrotsearch.hppc.IntIntHashMap constraintsMap, StateLabelMap map)
-
Uses of StateLabelMap in cc.mallet.fst.semi_supervised.pr
Methods in cc.mallet.fst.semi_supervised.pr with parameters of type StateLabelMap Modifier and Type Method Description void
CRFTrainerByPR. setStateLabelMap(StateLabelMap map)
-
Uses of StateLabelMap in cc.mallet.fst.semi_supervised.pr.constraints
Fields in cc.mallet.fst.semi_supervised.pr.constraints declared as StateLabelMap Modifier and Type Field Description protected StateLabelMap
OneLabelL2IndPRConstraints. map
protected StateLabelMap
OneLabelL2PRConstraints. map
Methods in cc.mallet.fst.semi_supervised.pr.constraints with parameters of type StateLabelMap Modifier and Type Method Description void
OneLabelL2IndPRConstraints. setStateLabelMap(StateLabelMap map)
void
OneLabelL2PRConstraints. setStateLabelMap(StateLabelMap map)
void
PRConstraint. setStateLabelMap(StateLabelMap map)
Sets that map between the state indices and label indices.Constructors in cc.mallet.fst.semi_supervised.pr.constraints with parameters of type StateLabelMap Constructor Description OneLabelL2IndPRConstraints(com.carrotsearch.hppc.IntObjectHashMap<OneLabelL2IndPRConstraints.OneLabelL2IndPRConstraint> constraints, StateLabelMap map, boolean normalized)
OneLabelL2PRConstraints(com.carrotsearch.hppc.IntObjectHashMap<OneLabelL2PRConstraints.OneLabelPRConstraint> constraints, com.carrotsearch.hppc.IntIntHashMap constraintIndices, StateLabelMap map, boolean normalized)
-