Package | Description |
---|---|
org.dkpro.statistics.agreement | |
org.dkpro.statistics.agreement.coding | |
org.dkpro.statistics.agreement.distance | |
org.dkpro.statistics.agreement.visualization |
Modifier and Type | Method and Description |
---|---|
IDistanceFunction |
IWeightedAgreement.getDistanceFunction()
Returns the distance function that is used to measure the distance
between two annotation categories.
|
Modifier and Type | Field and Description |
---|---|
protected IDistanceFunction |
WeightedAgreement.distanceFunction |
Modifier and Type | Method and Description |
---|---|
IDistanceFunction |
WeightedAgreement.getDistanceFunction() |
Modifier and Type | Method and Description |
---|---|
void |
WeightedAgreement.setDistanceFunction(IDistanceFunction distanceFunction)
Uses the given distance function for upcoming calculations of the
inter-rater agreement.
|
Constructor and Description |
---|
KrippendorffAlphaAgreement(ICodingAnnotationStudy study,
IDistanceFunction distanceFunction)
Initializes the instance for the given annotation study.
|
WeightedKappaAgreement(ICodingAnnotationStudy study,
IDistanceFunction distanceFunction)
Initializes the instance for the given annotation study.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedDistanceFunction
Wrapper class for arbitrary distance functions that caches the distance
scores between two categories in a hash table.
|
class |
IntervalDistanceFunction
Implementation of the
IDistanceFunction interface for scoring the
distance between interval-scaled categories. |
class |
MASISetAnnotationDistanceFunction
Distance function for set-valued annotation studies based on the
definition of Passonneau's (2006) MASI (Measuring Agreement on
Set-valued Items).
|
class |
NominalDistanceFunction
Implementation of the
IDistanceFunction interface for scoring the
distance between nominal-scaled categories. |
class |
OrdinalDistanceFunction
Implementation of the
IDistanceFunction interface for scoring the
distance between ordinal-scaled categories. |
class |
RatioDistanceFunction
Implementation of the
IDistanceFunction interface for scoring the
distance between ratio-scaled categories. |
class |
SetAnnotationDistanceFunction
Distance function for set-valued annotation studies based on the
definition of partial matching (Passonneau, 2004).
|
class |
SquareDistanceFunction
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected IDistanceFunction |
CachedDistanceFunction.wrappee |
Constructor and Description |
---|
CachedDistanceFunction(IDistanceFunction wrappee)
Instantiates the wrapper for the given distance function.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DistanceMatrixPrinter.doPrint(PrintStream out,
Iterable<Object> categories,
ICodingAnnotationStudy study,
IDistanceFunction distanceFunction) |
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.
|
void |
DistanceMatrixPrinter.print(PrintStream out,
Iterable<Object> categories,
IDistanceFunction distanceFunction)
Print a matrix of the distances between each pair of
categories.
|
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.