public interface IDistanceFunction
IWeightedAgreement
measure, such as WeightedKappaAgreement
or KrippendorffAlphaAgreement
. These measures use the distance
function for quantifying the degree of disagreement between a pair of
categories (i.e., two annotations assigned to a certain item by different
raters). If annotation units are, for instance, coded using integers,
the distance function might assign a smaller distance to the category
pair (1, 2) then to the category pair (2, 9). See implementations of
this interface for more detailed examples.IWeightedAgreement
,
WeightedKappaAgreement
,
KrippendorffAlphaAgreement
Modifier and Type | Method and Description |
---|---|
double |
measureDistance(IAnnotationStudy study,
Object category1,
Object category2)
Returns a distance value for the given pair of categories used within
the given annotation study.
|
double measureDistance(IAnnotationStudy study, Object category1, Object category2)
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.