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) |
calculateAgreement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculateAgreement
public KrippendorffAlphaUnitizingAgreement(IUnitizingAnnotationStudy study)
protected double calculateObservedDisagreement()
calculateObservedDisagreement
in class DisagreementMeasure
protected double calculateExpectedDisagreement()
calculateExpectedDisagreement
in class DisagreementMeasure
public double calculateCategoryAgreement(Object category)
ICategorySpecificAgreement
calculateCategoryAgreement
in interface ICategorySpecificAgreement
ICategorySpecificAgreement
protected double calculateObservedCategoryDisagreement(Object category)
protected double calculateExpectedCategoryDisagreement(Object category)
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.