Background - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

In statistics, the F1 score (or F-score or F-measure) is a measure of a test’s accuracy that is based on both precision and recall, which are defined as follows:

  • Precision, p, is the number of correct results divided by the number of returned results.
  • Recall, r, is the number of correct results divided by the number of expected results.

The F1 score can be interpreted as a weighted average of precision and recall, whose best value is 1 and worst value is 0.

The traditional F1 score is the harmonic mean of precision and recall:

F =2*p*r / (p+r)

The general formula for a positive real β is:

Fβ =(1+β*β)*p*r /(β*β*p+r)