|
||||||||||
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
public static class 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<Feature> |
getCachedFeatures()
Returns the list of features representing the recognition, initially null . |
Recognition |
getRecognition()
Returns the recognition wrapped in this pair. |
void |
setCachedFeatures(LinkedList<Feature> 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<Feature> getCachedFeatures()
null
.
public Recognition getRecognition()
public void setCachedFeatures(LinkedList<Feature> features)
features
- the new value of the attributepublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |