Package | Description |
---|---|
org.openimaj.image.annotation.evaluation.datasets |
Modifier and Type | Field and Description |
---|---|
MMSys2013.QuestionResponse |
MMSys2013.Response.containsCategoryDepiction
Whether the image contains a depicition of the category subject
|
MMSys2013.QuestionResponse |
MMSys2013.Response.isInCorrectCategory
Whether the image is in the correct category
|
Modifier and Type | Method and Description |
---|---|
protected MMSys2013.QuestionResponse |
MMSys2013.parseQR(String qr)
Given a string returns a question response.
|
static MMSys2013.QuestionResponse |
MMSys2013.QuestionResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MMSys2013.QuestionResponse[] |
MMSys2013.QuestionResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,List<ScoredAnnotation<MMSys2013.QuestionResponse>>> |
MMSys2013.getAnnotationsQ1(GroupedDataset<String,ListDataset<MMSys2013.Response>,MMSys2013.Response> data)
For a given
GroupedDataset that represents the results from a
single category, returns a list of scored annotations for each group, for
question 1 (contains depication of category). |
static Map<String,List<ScoredAnnotation<MMSys2013.QuestionResponse>>> |
MMSys2013.getAnnotationsQ2(GroupedDataset<String,ListDataset<MMSys2013.Response>,MMSys2013.Response> data)
For a given
GroupedDataset that represents the results from a
single category, returns a list of scored annotations for each group, for
question 2 (is in category). |
Constructor and Description |
---|
Response(MMSys2013.QuestionResponse r1,
MMSys2013.QuestionResponse r2,
int familiarity)
Constructor
|