summary.textmodel_newsmap_accuracy {newsmap} | R Documentation |
Calculate micro and macro average measures of accuracy
Description
This function calculates micro-average precision (p) and recall (r) and
macro-average precision (P) and recall (R) based on a confusion matrix from
accuracy()
.
Usage
## S3 method for class 'textmodel_newsmap_accuracy'
summary(object, ...)
Arguments
object |
output of accuracy() |
... |
not used. |
[Package newsmap version 0.9.0 Index]