ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.manage / AccuracyStatistics

AccuracyStatistics

data class AccuracyStatistics

Statistics about the accuracy and IAA

Constructors

Name Summary
<init> Statistics about the accuracy and IAAAccuracyStatistics(interAnnotatorAgreement: PercentWrapper, annotatorAccuracy: Map<String, PercentWrapper>, averageAnnotatorAccuracy: Double, generatorAccuracy: PercentWrapper? = null)

Properties

Name Summary
annotatorAccuracy val annotatorAccuracy: Map<String, PercentWrapper>
averageAnnotatorAccuracy val averageAnnotatorAccuracy: Double
generatorAccuracy val generatorAccuracy: PercentWrapper?
interAnnotatorAgreement val interAnnotatorAgreement: PercentWrapper