public abstract class PairwiseAgreement extends AnnotatorAgreement
annotation, nck, nik, nk, numAnnotators, numItems, numLabels| Constructor and Description |
|---|
PairwiseAgreement(int numItems,
int numLabels) |
PairwiseAgreement(int numAnnotators,
int numItems,
int numLabels) |
| Modifier and Type | Method and Description |
|---|---|
double |
getObservedAgreement() |
static void |
main(String[] args) |
void |
printAgreementMatrix() |
addAnnotation, getAgreementCoefficient, getExpectedAgreement, getObservedDisagreementpublic PairwiseAgreement(int numItems,
int numLabels)
@AvoidUsing(reason="Superseded by the other agreement methods in the package") public PairwiseAgreement(int numAnnotators, int numItems, int numLabels)
public double getObservedAgreement()
getObservedAgreement in class AnnotatorAgreementpublic void printAgreementMatrix()
public static void main(String[] args)
Copyright © 2017. All rights reserved.