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