Class SysSegmentation
java.lang.Object
|
+--Segmentation
|
+--SysSegmentation
- public class SysSegmentation
- extends 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.
|
Constructor Summary |
SysSegmentation(java.util.Comparator orderingComparator,
java.lang.String sysId,
java.lang.String topicNumber,
java.lang.String pType,
java.lang.String sType)
Constructs Segmentation object with an ordering comparator for its set of items. |
|
Method Summary |
java.lang.String |
getPType()
Gets the processing type. |
java.lang.String |
getSType()
Gets the system type. |
java.lang.String |
getSysId()
Gets the system ID. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SysSegmentation
public SysSegmentation(java.util.Comparator orderingComparator,
java.lang.String sysId,
java.lang.String topicNumber,
java.lang.String pType,
java.lang.String sType)
- Constructs Segmentation object with an ordering comparator for its set of items.
- Parameters:
orderingComparator - The comparator used to order transitions in the set of transitionssysId - The system ID used to identify results.topicNumber - The topic number of the results.pType - The processing type of the system ("A" or "I").sType - The system type of the system ("K" or "G").
getSysId
public java.lang.String getSysId()
- Gets the system ID.
- Returns:
- System ID.
getPType
public java.lang.String getPType()
- Gets the processing type.
- Returns:
- The processing type.
getSType
public java.lang.String getSType()
- Gets the system type.
- Returns:
- The system type.
For information over@nist.gov or rtaban@nist.gov