Package | Description |
---|---|
org.dkpro.statistics.agreement.coding | |
org.dkpro.statistics.agreement.visualization |
Modifier and Type | Class and Description |
---|---|
class |
CodingAnnotationStudy
Default implementation of the
ICodingAnnotationStudy interface. |
Modifier and Type | Field and Description |
---|---|
protected ICodingAnnotationStudy |
WeightedAgreement.study |
protected ICodingAnnotationStudy |
CodingAgreementMeasure.study |
Modifier and Type | Method and Description |
---|---|
static Map<Object,int[]> |
CodingAnnotationStudy.countAnnotationsPerCategory(ICodingAnnotationStudy study)
Returns a two-dimensional map of categories and raters and the
corresponding usage frequencies in the given annotation study
(i.e., how often a certain rater used a certain category for
coding an annotation unit).
|
static Map<Object,Map<Object,Double>> |
CodingAnnotationStudy.countCategoryCoincidence(ICodingAnnotationStudy study)
Returns a two dimensional map of category pairs and their co-occurrence
frequencies for the given annotation study.
|
static Map<Object,Integer> |
CodingAnnotationStudy.countTotalAnnotationsPerCategory(ICodingAnnotationStudy study)
Returns a map of categories and their usage frequencies (i.e.,
how often they are used in annotation units) within the given
annotation study.
|
Constructor and Description |
---|
BennettSAgreement(ICodingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
CodingAgreementMeasure(ICodingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
CohenKappaAgreement(ICodingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
FleissKappaAgreement(ICodingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
HubertKappaAgreement(ICodingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
KrippendorffAlphaAgreement(ICodingAnnotationStudy study,
IDistanceFunction distanceFunction)
Initializes the instance for the given annotation study.
|
PercentageAgreement(ICodingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
RandolphKappaAgreement(ICodingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
ScottPiAgreement(ICodingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
WeightedAgreement(ICodingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
WeightedKappaAgreement(ICodingAnnotationStudy study,
IDistanceFunction distanceFunction)
Initializes the instance for the given annotation study.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CoincidenceMatrixPrinter.doPrint(PrintStream out,
ICodingAnnotationStudy study,
Map<Object,Map<Object,Double>> coincidence) |
protected void |
DistanceMatrixPrinter.doPrint(PrintStream out,
Iterable<Object> categories,
ICodingAnnotationStudy study,
IDistanceFunction distanceFunction) |
void |
ReliabilityMatrixPrinter.print(PrintStream out,
ICodingAnnotationStudy study)
Print the reliability matrix for the given coding study.
|
void |
ContingencyMatrixPrinter.print(PrintStream out,
ICodingAnnotationStudy study)
Print the contingency matrix for the given coding study.
|
void |
CoincidenceMatrixPrinter.print(PrintStream out,
ICodingAnnotationStudy study)
Print the coincidence matrix for the given coding study.
|
void |
CoincidenceMatrixPrinter.print(PrintStream out,
ICodingAnnotationStudy study,
ICodingAnnotationItem item)
Print the coincidence matrix for the given annotation item.
|
void |
DistanceMatrixPrinter.print(PrintStream out,
ICodingAnnotationStudy study,
IDistanceFunction distanceFunction)
Print a matrix representation of the distances between each pair of
categories of the given study.
|
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.