|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umass.cs.mallet.base.types.SequencePair
edu.umass.cs.mallet.base.types.SequencePairAlignment
Field Summary | |
protected double |
cost
|
Fields inherited from class edu.umass.cs.mallet.base.types.SequencePair |
confidenceNBest, costNBest, input, output, outputNBest |
Constructor Summary | |
protected |
SequencePairAlignment()
|
|
SequencePairAlignment(Sequence input,
Sequence output,
double cost)
|
Method Summary | |
double |
getCost()
|
Methods inherited from class edu.umass.cs.mallet.base.types.SequencePair |
confidenceNBest, costNBest, input, output, outputNBest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected double cost
Constructor Detail |
public SequencePairAlignment(Sequence input, Sequence output, double cost)
protected SequencePairAlignment()
Method Detail |
public double getCost()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |