You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Gain (information retrieval)

From EverybodyWiki Bios & Wiki


In information retrieval, the gain or improvement over random[citation needed] of a classifier is a set of measures of the classifier's performance. Gain is calculated between a random classifier on a given metric (such as precision or accuracy) versus the same metric on the classifier being measured.

Definition[edit]

In the following a random classifier is defined such that it randomly predicts the same amount of either class.

The gain is defined as described in the following:

Gain in Precision[edit]

The random precision of a classifier is defined as

where TP, TN, FP and FN are the numbers of true positives, true negatives, false positives and false negatives respectively. Positives is the number of positive instances in the target dataset and N is the size of the dataset.

The random precision defines the lowest baseline of a classifier.

And Gain is defined as

which gives a factor by which a classifier is better when compared to its random counterpart. A Gain of 1 would indicate a classifier that is not better than random. The larger the gain, the better.

Gain in Overall Accuracy[edit]

The accuracy of a classifier in general is defined as

Here, the random accuracy of a classifier can be defined as

f(Positives) and f(Negatives) is the fraction of positive and negative classes in the dataset.

And again gain is

This time the gain is measured not only with respect to the prediction of a so-called positive class, but with respect to the overall classifier ability to distinguish the two equally important classes.

Application[edit]

In Bioinformatics as an example, the gain is measured for methods that predict residue contacts in proteins.

See also[edit]


This article "Gain (information retrieval)" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.