Related Experiment Videos

Adjusted geometric-mean: a novel performance measure for imbalanced bioinformatics datasets learning.

Rukshan Batuwita1, Vasile Palade

  • 1University of Oxford, Department of Computer Science, Oxford, OX1 3QD, United Kingdom. manb@cs.ox.ac.uk

Summary

Bioinformatics datasets often have imbalanced data, leading to suboptimal models. A new metric, Adjusted Geometric-mean (AGm), improves sensitivity while minimizing specificity loss in imbalanced learning.

Related Concept Videos

Geometric Mean01:15

Geometric Mean

The mean is a measure of the central tendency of a data set. In some data sets, the data is inherently multiplicative, and the arithmetic mean is not useful. For example, the human population multiplies with time, and so does the credit amount of financial investment, as the interest compounds over successive time intervals.
In cases of multiplicative data, the geometric mean is used for statistical analysis. First, the product of all the elements is taken. Then, if there are n elements in the...
Trimmed Mean01:10

Trimmed Mean

While measuring the mean of a data set, care needs to be taken when associating the mean to its central tendency. The same goes for the arithmetic mean, the geometric mean, or the harmonic mean. This is because the presence of a single outlier data value can significantly affect the mean. That is, the mean is sensitive to fluctuations in the data set.
Although certain measures of central tendency are not sensitive to outliers, there are alternative versions of the mean that get around the...
Weighted Mean00:57

Weighted Mean

While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
Arithmetic Mean01:08

Arithmetic Mean

The arithmetic mean is the most commonly used measure of the central tendency of a data set. It is defined as the sum of all the elements constituting the data set, divided by the total number of elements. It is sometimes loosely referred to as the “average.”
When all the values in a data set are not unique, the sum in the numerator can be calculated by multiplying each distinct value by its frequency.
Sometimes, the arithmetic mean of a sample can be affected by a few data points that are...
Harmonic Mean01:09

Harmonic Mean

The arithmetic mean is usually skewed towards the larger values in the data set. Therefore, to avoid this inherent bias towards smaller values, the harmonic mean is used.
Take the example of the speed of a car, which is the measure of the rate of distance traveled. If the vehicle traverses the same distance back-and-forth, its average speed equals the total distance traveled divided by the total time taken. However, if the car moves with varying speeds, then the arithmetic mean is more skewed...
Central Tendency: Analysis01:10

Central Tendency: Analysis

Measures of central tendency are tools used in biostatistics to identify the average or center of a dataset. They offer a single representative value for understanding and summarizing data distribution.
The mean is one such measure, calculated by totaling all values in a dataset and dividing by the number of values. For instance, the mean blood pressure reading (120, 130, 140, 150) would be 135. However, the mean can be affected by extreme values or outliers.
The median, another measure,...