public class KrippendorffAlphaUnitizingAgreement extends UnitizingAgreementMeasure implements ICategorySpecificAgreement
KrippendorffAlphaAgreement. Note
that units coded with the same categories by a single rater may not
overlap with each other.study| Constructor and Description |
|---|
KrippendorffAlphaUnitizingAgreement(IUnitizingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
| Modifier and Type | Method and Description |
|---|---|
double |
calculateCategoryAgreement(Object category)
Calculates the inter-rater agreement for the given category.
|
protected double |
calculateExpectedCategoryDisagreement(Object category) |
protected double |
calculateExpectedDisagreement() |
protected double |
calculateObservedCategoryDisagreement(Object category) |
protected double |
calculateObservedDisagreement() |
protected static double |
measureDistance(long offset1,
long length1,
Object category1,
long offset2,
long length2,
Object category2) |
calculateAgreementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateAgreementpublic KrippendorffAlphaUnitizingAgreement(IUnitizingAnnotationStudy study)
protected double calculateObservedDisagreement()
calculateObservedDisagreement in class DisagreementMeasureprotected double calculateExpectedDisagreement()
calculateExpectedDisagreement in class DisagreementMeasurepublic double calculateCategoryAgreement(Object category)
ICategorySpecificAgreementcalculateCategoryAgreement in interface ICategorySpecificAgreementICategorySpecificAgreementprotected double calculateObservedCategoryDisagreement(Object category)
protected double calculateExpectedCategoryDisagreement(Object category)
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.