| Package | Description |
|---|---|
| com.wcohen.ss.abbvGapsHmm |
| Modifier and Type | Field and Description |
|---|---|
AbbreviationAlignmentContainer<AbbvGapsHMM.Emissions,AbbvGapsHMM.States> |
Acronym._alignment |
| Modifier and Type | Method and Description |
|---|---|
static AbbvGapsHMM.States |
AbbvGapsHMM.States.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbbvGapsHMM.States[] |
AbbvGapsHMM.States.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AbbreviationAlignmentContainer<AbbvGapsHMM.Emissions,AbbvGapsHMM.States> |
AbbvGapsHmmBackwardsViterbiEvaluator.backwardViterbiEvaluate(Acronym acronym,
List<Double> transitionParams,
List<Double> emissionParams) |
AbbreviationAlignmentContainer<AbbvGapsHMM.Emissions,AbbvGapsHMM.States> |
AbbvGapsHmmBackwardsViterbiEvaluator.findMostProbablePathBackwards(Acronym acronym) |
AbbreviationAlignmentContainer<AbbvGapsHMM.Emissions,AbbvGapsHMM.States> |
AlignmentPredictionModel.predict(String sf,
String lf) |
AbbreviationAlignmentContainer<AbbvGapsHMM.Emissions,AbbvGapsHMM.States> |
AlignmentPredictionModel.predictAlignment(Acronym candidatePair) |
AbbreviationAlignmentContainer<AbbvGapsHMM.Emissions,AbbvGapsHMM.States> |
AbbvGapsHMM.viterbi(Acronym acronym) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbbvGapsHmmForwardEvaluator.transitionIsLegal(int currS,
int currL,
AbbvGapsHMM.States currState,
int prevS,
int prevL,
AbbvGapsHMM.States prevState,
AbbvGapsHMM.Transitions transition,
AbbvGapsHMM.Emissions emission) |
protected boolean |
AbbvGapsHMMEvaluator.transitionIsLegal(int currS,
int currL,
AbbvGapsHMM.States currState,
int prevS,
int prevL,
AbbvGapsHMM.States prevState,
AbbvGapsHMM.Transitions transition,
AbbvGapsHMM.Emissions emission) |
protected boolean |
AbbvGapsHmmBackwardsEvaluator.transitionIsLegal(int currS,
int currL,
AbbvGapsHMM.States currState,
int prevS,
int prevL,
AbbvGapsHMM.States prevState,
AbbvGapsHMM.Transitions transition,
AbbvGapsHMM.Emissions emission) |
protected void |
AbbvGapsHmmForwardEvaluator.updateLegalOutgoingEdges(int currS,
int currL,
AbbvGapsHMM.States currState,
int prevS,
int prevL,
AbbvGapsHMM.States prevState,
AbbvGapsHMM.Transitions transition,
AbbvGapsHMM.Emissions emission) |
protected void |
AbbvGapsHmmExpectationEvaluator.updateLegalOutgoingEdges(int currS,
int currL,
AbbvGapsHMM.States currState,
int prevS,
int prevL,
AbbvGapsHMM.States prevState,
AbbvGapsHMM.Transitions transition,
AbbvGapsHMM.Emissions emission) |
protected abstract void |
AbbvGapsHMMEvaluator.updateLegalOutgoingEdges(int currS,
int currL,
AbbvGapsHMM.States currState,
int prevS,
int prevL,
AbbvGapsHMM.States prevState,
AbbvGapsHMM.Transitions transition,
AbbvGapsHMM.Emissions emission) |
protected void |
AbbvGapsHmmBackwardsViterbiEvaluator.updateLegalOutgoingEdges(int currS,
int currL,
AbbvGapsHMM.States currState,
int prevS,
int prevL,
AbbvGapsHMM.States prevState,
AbbvGapsHMM.Transitions transition,
AbbvGapsHMM.Emissions emission) |
protected void |
AbbvGapsHmmBackwardsEvaluator.updateLegalOutgoingEdges(int currS,
int currL,
AbbvGapsHMM.States currState,
int prevS,
int prevL,
AbbvGapsHMM.States prevState,
AbbvGapsHMM.Transitions transition,
AbbvGapsHMM.Emissions emission) |
protected void |
AbbvGapsHMMEvaluator.updateOutgoingEdges(int currS,
int currL,
AbbvGapsHMM.States currState,
int prevS,
int prevL,
AbbvGapsHMM.States prevState,
AbbvGapsHMM.Transitions transition,
AbbvGapsHMM.Emissions emission) |
protected void |
AbbvGapsHMMEvaluator.updateState(AbbvGapsHMM.States s,
int currS,
int currL,
int prevS,
int prevL,
AbbvGapsHMM.Emissions emission) |
Copyright © 2016. All rights reserved.