|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fu_berlin.ties.context.PriorRecognitions.Pair
An inner class wrapping a recognition and optionally a feature vector representing the recognition.
Constructor Summary | |
PriorRecognitions.Pair(Recognition recog)
Creates a new instance. |
Method Summary | |
LinkedList |
getCachedFeatures()
Returns the list of features representing the recognition, initially null . |
Recognition |
getRecognition()
Returns the recognition wrapped in this pair. |
void |
setCachedFeatures(LinkedList features)
Sets the list of features representing the recognition. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PriorRecognitions.Pair(Recognition recog)
recog
- the recognition to wrapMethod Detail |
public LinkedList getCachedFeatures()
null
.
public Recognition getRecognition()
public void setCachedFeatures(LinkedList features)
features
- the new value of the attributepublic String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |