|
Known-Items Task Evaluation | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Segmentation
This class represents a segmentation in items of video file and used in known-items task programs of TREC 2001. Not the entire video is represented in a segmentation, the term of segmentation is used for convenience, but it's just a bunch of items of the same video that need to be processed together cause result of one particular system for one particular topic.
| Field Summary | |
protected int |
droppedOut
This is just the number of dropped out items for cause of duplicate in results. |
protected java.util.TreeSet |
itemSet
This object is containing all items of the video. |
protected java.lang.String |
topicNumber
This is the topic number for the one the results (items) has been founded. |
| Constructor Summary | |
Segmentation()
|
|
| Method Summary | |
void |
add(Item t)
Add a given item to the segmentation. |
boolean |
contains(java.lang.Object o)
|
int |
getDroppedOut()
Gets the number of dropped out duplicate items. |
java.util.Iterator |
getElements()
Returns an iterator on the items of the segmentation. |
int |
getItemCount()
Returns the number of items of the segmentation. |
java.lang.String |
getTopicNumber()
Gets the topic number. |
java.lang.String |
toString()
Returns a simple string representing the items of the segmentation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.TreeSet itemSet
protected java.lang.String topicNumber
protected int droppedOut
| Constructor Detail |
public Segmentation()
| Method Detail |
public java.util.Iterator getElements()
public void add(Item t)
t - the item to be added to the segmentation.public boolean contains(java.lang.Object o)
public int getItemCount()
public java.lang.String getTopicNumber()
public int getDroppedOut()
public java.lang.String toString()
toString in class java.lang.Object
|
Known-Items Task Evaluation | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||