Skip to contents

Calculates balanced F-score and its standard errors

Usage

aa_f1(ua, pa, ua_se = NULL, pa_se = NULL)

Arguments

ua

User's accuracy

pa

Producer's accuracy

ua_se

Standard error of user's accuracy

pa_se

Standard error of producer's accuracy

Value

A list containing two numeric vectors returning the F1-score ($f1) and the standard error of the F1 score ($f1_se). f1_se is NULL if ua_se and pa_se are not provided.

Details

F1 score

Author

Dirk Pflugmacher