protected class CRF.TransitionIterator extends Transducer.TransitionIterator implements Serializable
| Constructor and Description |
|---|
TransitionIterator(CRF.State source,
FeatureVectorSequence inputSeq,
int inputPosition,
String output,
CRF crf) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCost() |
Transducer.State |
getDestinationState() |
Object |
getInput() |
Object |
getOutput() |
Transducer.State |
getSourceState() |
boolean |
hasNext() |
void |
incrementCount(double count) |
Transducer.State |
nextState() |
int |
numberNext() |
describeTransition, getInputPositionIncrement, getOutputPositionIncrement, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic TransitionIterator(CRF.State source, FeatureVectorSequence inputSeq, int inputPosition, String output, CRF crf)
public boolean hasNext()
hasNext in interface IteratorhasNext in class Transducer.TransitionIteratorpublic int numberNext()
numberNext in class Transducer.TransitionIteratorpublic Transducer.State nextState()
nextState in class Transducer.TransitionIteratorpublic Object getInput()
getInput in class Transducer.TransitionIteratorpublic Object getOutput()
getOutput in class Transducer.TransitionIteratorpublic double getCost()
getCost in class Transducer.TransitionIteratorpublic Transducer.State getSourceState()
getSourceState in class Transducer.TransitionIteratorpublic Transducer.State getDestinationState()
getDestinationState in class Transducer.TransitionIteratorpublic void incrementCount(double count)
incrementCount in class Transducer.TransitionIteratorCopyright © 2019 JULIE Lab, Germany. All rights reserved.