| Interface | Description |
|---|---|
| IDistanceFunction |
Interface for a distance function to be used in any
IWeightedAgreement measure, such as WeightedKappaAgreement
or KrippendorffAlphaAgreement. |
| Class | Description |
|---|---|
| CachedDistanceFunction |
Wrapper class for arbitrary distance functions that caches the distance
scores between two categories in a hash table.
|
| IntervalDistanceFunction |
Implementation of the
IDistanceFunction interface for scoring the
distance between interval-scaled categories. |
| MASISetAnnotationDistanceFunction |
Distance function for set-valued annotation studies based on the
definition of Passonneau's (2006) MASI (Measuring Agreement on
Set-valued Items).
|
| NominalDistanceFunction |
Implementation of the
IDistanceFunction interface for scoring the
distance between nominal-scaled categories. |
| OrdinalDistanceFunction |
Implementation of the
IDistanceFunction interface for scoring the
distance between ordinal-scaled categories. |
| RatioDistanceFunction |
Implementation of the
IDistanceFunction interface for scoring the
distance between ratio-scaled categories. |
| SetAnnotation |
Represents a set of categories that can be used as annotation type in
a multi-labeling setting.
|
| SetAnnotationDistanceFunction |
Distance function for set-valued annotation studies based on the
definition of partial matching (Passonneau, 2004).
|
| SquareDistanceFunction | Deprecated |
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.