Compute the set f-score (FSC).
score : float
The FSC for reference and test set.
See also
lingpy.test.evaluate.EvalLXS.set_precision, lingpy.test.evaluate.EvalLXS.set_recall
Notes
The set f-score (see Bergsma2007) is calculated with help of the formula
where p is the set precision and r is the set recall.
Enter search terms or a module, class or function name.