
A |
---|
Accuracy Overall average number of hits obtained by the classification model, represented as a percentage. | |
Antecedent of the AR In rule A → C, A is the antecedent of the rule. In other words, it must appear in the instance so that C will also appear with a high probability. | |
Anthropometric measurements A set of measurements recorded when evaluating body composition. | |
AR (association rule) These are defined as expressions of type A → C, where A and C are itemsets whose intersection is empty. These rules represent the fact that when the elements of A appear in an instance of the data set, there is a high probability that the elements of C will also appear in that instance. | |
Association rules Association rules are used to identify and represent dependencies between the elements or values of a data set in which we do not know the class to which they belong. | |
AUC (area under the receiver operating characteristic curve) A quality metric based on the output probabilities of the classifier and the balance achieved between true and false positives for each probability threshold value. | |
B |
---|
Bagging or Bootstrap aggregating Type of ensemble that uses a different subset of the training data, in this case, M estimators are trained independently. | |
Binary classification A supervised learning problem where the output variable has only two possible states. | |
Bioinformatics An interdisciplinary field dedicated to the development of methods and software for understanding biological data. Bioinformatics combines biology, computer science, engineering, mathematics, and statistics to analyze and interpret biological data. | |