|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CRF.State | |
|---|---|
| cc.mallet.fst | Transducers, including Conditional Random Fields (CRFs). |
| cc.mallet.fst.semi_supervised.pr | |
| Uses of CRF.State in cc.mallet.fst |
|---|
| Subclasses of CRF.State in cc.mallet.fst | |
|---|---|
static class |
MEMM.State
|
| Fields in cc.mallet.fst with type parameters of type CRF.State | |
|---|---|
protected java.util.ArrayList<CRF.State> |
CRF.initialStates
|
protected java.util.HashMap<java.lang.String,CRF.State> |
CRF.name2state
|
protected java.util.ArrayList<CRF.State> |
CRF.states
|
| Methods in cc.mallet.fst that return CRF.State | |
|---|---|
CRF.State |
CRF.State.getDestinationState(int index)
|
CRF.State |
CRF.getState(java.lang.String name)
|
protected CRF.State |
MEMM.newState(java.lang.String name,
int index,
double initialWeight,
double finalWeight,
java.lang.String[] destinationNames,
java.lang.String[] labelNames,
java.lang.String[][] weightNames,
CRF crf)
|
protected CRF.State |
CRF.newState(java.lang.String name,
int index,
double initialWeight,
double finalWeight,
java.lang.String[] destinationNames,
java.lang.String[] labelNames,
java.lang.String[][] weightNames,
CRF crf)
|
| Methods in cc.mallet.fst with parameters of type CRF.State | |
|---|---|
void |
CRF.setAsStartState(CRF.State state)
|
| Constructors in cc.mallet.fst with parameters of type CRF.State | |
|---|---|
CRF.TransitionIterator(CRF.State source,
FeatureVectorSequence inputSeq,
int inputPosition,
java.lang.String output,
CRF crf)
|
|
CRF.TransitionIterator(CRF.State source,
FeatureVector fv,
java.lang.String output,
CRF crf)
|
|
| Uses of CRF.State in cc.mallet.fst.semi_supervised.pr |
|---|
| Constructors in cc.mallet.fst.semi_supervised.pr with parameters of type CRF.State | |
|---|---|
CachedDotTransitionIterator(CRF.State source,
java.lang.Object fv,
java.lang.String output,
double[] dots)
|
|
CachedDotTransitionIterator(CRF.State source,
Sequence inputSeq,
int inputPosition,
java.lang.String output,
double[] dots)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||