|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeatureManagerEdge<InputType>
holds features whose value depends on the current state and the previous state. This is the most general type of feature for a markov CRF.
| Method Summary | |
|---|---|
void |
evaluateEdge(InputSequence<? extends InputType> seq,
int pos,
int prevState,
int state,
FeatureList result)
Evaluates the set of features managed by this object for the given arguments. |
| Methods inherited from interface calhoun.analysis.crf.FeatureManager |
|---|
getCacheStrategy, getFeatureName, getInputComponent, getNumFeatures, setInputComponent, train |
| Method Detail |
|---|
void evaluateEdge(InputSequence<? extends InputType> seq,
int pos,
int prevState,
int state,
FeatureList result)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||