public interface IAnnotationStudy
IAgreementMeasure
,
IAnnotationUnit
Modifier and Type | Method and Description |
---|---|
Iterable<Object> |
getCategories()
Returns an iterator over all annotation categories within the study.
|
int |
getCategoryCount()
Returns the number of annotation categories in the study.
|
int |
getRaterCount()
Returns the number of raters participating in this study.
|
int |
getUnitCount()
Returns the number of annotation units defined by the study.
|
boolean |
isDichotomous()
Returns true if, and only if, the categories defined by the study yield
a dichotomy (i.e., there are exactly two categories).
|
int getRaterCount()
Iterable<Object> getCategories()
int getCategoryCount()
boolean isDichotomous()
int getUnitCount()
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.