Package | Description |
---|---|
org.dkpro.statistics.agreement | |
org.dkpro.statistics.agreement.coding | |
org.dkpro.statistics.agreement.distance | |
org.dkpro.statistics.agreement.unitizing |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationStudy
Default implementation of the
IAnnotationStudy interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
ICodingAnnotationStudy
Data model for coding studies.
|
Modifier and Type | Class and Description |
---|---|
class |
CodingAnnotationStudy
Default implementation of the
ICodingAnnotationStudy interface. |
Modifier and Type | Method and Description |
---|---|
double |
SetAnnotationDistanceFunction.measureDistance(IAnnotationStudy study,
Object category1,
Object category2) |
double |
RatioDistanceFunction.measureDistance(IAnnotationStudy study,
Object category1,
Object category2) |
double |
OrdinalDistanceFunction.measureDistance(IAnnotationStudy study,
Object category1,
Object category2) |
double |
NominalDistanceFunction.measureDistance(IAnnotationStudy study,
Object category1,
Object category2) |
double |
MASISetAnnotationDistanceFunction.measureDistance(IAnnotationStudy study,
Object category1,
Object category2) |
double |
IntervalDistanceFunction.measureDistance(IAnnotationStudy study,
Object category1,
Object category2) |
double |
IDistanceFunction.measureDistance(IAnnotationStudy study,
Object category1,
Object category2)
Returns a distance value for the given pair of categories used within
the given annotation study.
|
double |
CachedDistanceFunction.measureDistance(IAnnotationStudy study,
Object category1,
Object category2) |
Modifier and Type | Interface and Description |
---|---|
interface |
IUnitizingAnnotationStudy
Data model for unitizing studies.
|
Modifier and Type | Class and Description |
---|---|
class |
UnitizingAnnotationStudy
Default implementation of the
IUnitizingAnnotationStudy interface. |
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.