Uses of Class
cc.mallet.fst.semi_supervised.StateLabelMap

Packages that use StateLabelMap
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
 void CRFTrainerByGE.setStateLabelMap(StateLabelMap map)
           
 

Constructors in cc.mallet.fst.semi_supervised with parameters of type StateLabelMap
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
protected  StateLabelMap TwoLabelGEConstraints.map
           
protected  StateLabelMap OneLabelL2RangeGEConstraints.map
           
protected  StateLabelMap OneLabelGEConstraints.map
           
 

Methods in cc.mallet.fst.semi_supervised.constraints with parameters of type StateLabelMap
 void TwoLabelGEConstraints.setStateLabelMap(StateLabelMap map)
           
 void SelfTransitionGEConstraint.setStateLabelMap(StateLabelMap map)
           
 void OneLabelL2RangeGEConstraints.setStateLabelMap(StateLabelMap map)
           
 void OneLabelGEConstraints.setStateLabelMap(StateLabelMap map)
           
 void GEConstraint.setStateLabelMap(StateLabelMap map)
          Sets that map between the state indices and label indices.
 

Constructors in cc.mallet.fst.semi_supervised.constraints with parameters of type StateLabelMap
OneLabelGEConstraints(gnu.trove.TIntObjectHashMap<OneLabelGEConstraints.OneLabelGEConstraint> constraints, StateLabelMap map)
           
OneLabelL2RangeGEConstraints(gnu.trove.TIntObjectHashMap<OneLabelL2RangeGEConstraints.OneLabelL2IndGEConstraint> constraints, StateLabelMap map)
           
TwoLabelGEConstraints(java.util.ArrayList<TwoLabelGEConstraints.TwoLabelGEConstraint> constraintsList, gnu.trove.TIntIntHashMap 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
 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
protected  StateLabelMap OneLabelL2PRConstraints.map
           
protected  StateLabelMap OneLabelL2IndPRConstraints.map
           
 

Methods in cc.mallet.fst.semi_supervised.pr.constraints with parameters of type StateLabelMap
 void PRConstraint.setStateLabelMap(StateLabelMap map)
          Sets that map between the state indices and label indices.
 void OneLabelL2PRConstraints.setStateLabelMap(StateLabelMap map)
           
 void OneLabelL2IndPRConstraints.setStateLabelMap(StateLabelMap map)
           
 

Constructors in cc.mallet.fst.semi_supervised.pr.constraints with parameters of type StateLabelMap
OneLabelL2IndPRConstraints(gnu.trove.TIntObjectHashMap<OneLabelL2IndPRConstraints.OneLabelL2IndPRConstraint> constraints, StateLabelMap map, boolean normalized)
           
OneLabelL2PRConstraints(gnu.trove.TIntObjectHashMap<OneLabelL2PRConstraints.OneLabelPRConstraint> constraints, gnu.trove.TIntIntHashMap constraintIndices, StateLabelMap map, boolean normalized)