Web-based responsive document annotation tool
activeannoservice / api.manage / AccuracyStatistics
data class AccuracyStatistics
Statistics about the accuracy and IAA
Name | Summary |
---|---|
<init> | Statistics about the accuracy and IAAAccuracyStatistics(interAnnotatorAgreement: PercentWrapper , annotatorAccuracy: Map < String , PercentWrapper >, averageAnnotatorAccuracy: Double , generatorAccuracy: PercentWrapper ? = null) |
Name | Summary |
---|---|
annotatorAccuracy | val annotatorAccuracy: Map < String , PercentWrapper > |
averageAnnotatorAccuracy | val averageAnnotatorAccuracy: Double |
generatorAccuracy | val generatorAccuracy: PercentWrapper ? |
interAnnotatorAgreement | val interAnnotatorAgreement: PercentWrapper |