Package | Description |
---|---|
org.dkpro.statistics.agreement | |
org.dkpro.statistics.agreement.coding | |
org.dkpro.statistics.agreement.unitizing |
Modifier and Type | Interface and Description |
---|---|
interface |
IChanceCorrectedAgreement
Generic interface to be implemented by all inter-rater agreement measures
that perform a chance correction and thus distinguish between observed
agreement and expected agreement.
|
interface |
IChanceCorrectedDisagreement
Generic interface to be implemented by all inter-rater agreement measures
that perform a chance correction and thus distinguish between observed
disagreement and expected disagreement.
|
Modifier and Type | Class and Description |
---|---|
class |
AgreementMeasure
Default implementation of the
IAgreementMeasure interface providing
computational hooks for calculating the observed and the expected agreement. |
class |
DisagreementMeasure
Default implementation of the
IAgreementMeasure interface providing
computational hooks for calculating the observed and the expected
disagreement. |
Modifier and Type | Interface and Description |
---|---|
interface |
ICodingAgreementMeasure
Super interface for all
IAgreementMeasure s for coding tasks. |
Modifier and Type | Class and Description |
---|---|
class |
BennettSAgreement
Implementation of Bennett et al.'
|
class |
CodingAgreementMeasure
Abstract base class of agreement measures for
ICodingAnnotationStudy s. |
class |
CohenKappaAgreement
Implementation of Cohen's kappa (1960) for calculating a chance-corrected
inter-rater agreement for two raters.
|
class |
FleissKappaAgreement
Generalization of Scott's (1955) pi-measure for calculating a
chance-corrected inter-rater agreement for multiple raters, which is known
as Fleiss' (1971) kappa and Carletta's (1996) K.
|
class |
HubertKappaAgreement
Conger, A.J.: Integration and generalization of kappas for multiple
raters.
|
class |
KrippendorffAlphaAgreement
Implementation of Krippendorff's (1980) alpha-measure for calculating a
chance-corrected inter-rater agreement for multiple raters with arbitrary
distance/weighting functions.
|
class |
PercentageAgreement
Implementation of a simple percentage of agreement measure for calculating
the inter-rater agreement for two or more raters.
|
class |
RandolphKappaAgreement
Generalization of Bennett et al.'
|
class |
ScottPiAgreement
Implementation of Scott's pi (1955) for calculating a chance-corrected
inter-rater agreement for two raters.
|
class |
WeightedAgreement
Abstract base class for weighted measures.
|
class |
WeightedKappaAgreement
Generalization of Cohen's (1960) kappa-measure for calculating a
chance-corrected inter-rater agreement for multiple raters with arbitrary
distance/weighting functions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IUnitizingAgreementMeasure
Super interface for all
IAgreementMeasure s for unitizing tasks. |
Modifier and Type | Class and Description |
---|---|
class |
KrippendorffAlphaUnitizingAgreement
Implementation of Krippendorff's (1995) alpha_U-measure for calculating a
chance-corrected inter-rater agreement for unitizing studies with multiple
raters.
|
class |
UnitizingAgreementMeasure
Abstract base class of agreement measures for
IUnitizingAnnotationStudy s. |
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.