Package | Description |
---|---|
org.dkpro.statistics.agreement.coding | |
org.dkpro.statistics.agreement.visualization |
Modifier and Type | Class and Description |
---|---|
class |
CodingAnnotationItem
Default implementation of
ICodingAnnotationItem holding the
set of annotation units for this item (i.e., the categories assigned to
this item by all raters). |
Modifier and Type | Field and Description |
---|---|
protected List<ICodingAnnotationItem> |
CodingAnnotationStudy.items |
Modifier and Type | Method and Description |
---|---|
ICodingAnnotationItem |
CodingAnnotationStudy.addItem(Object... annotations)
Creates a new
CodingAnnotationItem which has been coded with
the given annotation categories. |
ICodingAnnotationItem |
CodingAnnotationStudy.addItemAsArray(Object[] annotations)
Creates a new
CodingAnnotationItem which has been coded with
the given annotation categories. |
ICodingAnnotationItem |
ICodingAnnotationStudy.getItem(int index)
Returns the annotation item with the given index.
|
ICodingAnnotationItem |
CodingAnnotationStudy.getItem(int index) |
Modifier and Type | Method and Description |
---|---|
Iterable<ICodingAnnotationItem> |
ICodingAnnotationStudy.getItems()
Allows iterating all annotation items of this study.
|
Iterable<ICodingAnnotationItem> |
CodingAnnotationStudy.getItems() |
Modifier and Type | Method and Description |
---|---|
protected void |
CodingAnnotationStudy.addItem(ICodingAnnotationItem item)
Add the given annotation item to this study.
|
double |
PercentageAgreement.calculateItemAgreement(ICodingAnnotationItem item)
Calculates the inter-rater agreement for the given annotation item.
|
double |
KrippendorffAlphaAgreement.calculateItemAgreement(ICodingAnnotationItem item) |
static Map<Object,Map<Object,Double>> |
CodingAnnotationStudy.countCategoryCoincidence(ICodingAnnotationItem item)
Returns a two dimensional map of category pairs and their co-occurrence
frequencies for the given annotation item.
|
static Map<Object,Integer> |
CodingAnnotationStudy.countTotalAnnotationsPerCategory(ICodingAnnotationItem item)
Returns a map of categories and their usage frequencies (i.e.,
how often they are used in annotation units) within the given
annotation item.
|
protected double |
CodingAgreementMeasure.doCalculateItemAgreement(ICodingAnnotationItem item) |
Modifier and Type | Method and Description |
---|---|
void |
CoincidenceMatrixPrinter.print(PrintStream out,
ICodingAnnotationStudy study,
ICodingAnnotationItem item)
Print the coincidence matrix for the given annotation item.
|
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.