Class Machine Learning
noun
Definition: One of the discrete, enumerated target categories associated with a label in a classification task. In binary classification, there are two classes; in multiclass classification, there are more than two possible classes [Google ML Glossary].
Example in context: “The classifiers provided probability values for each molecule and each class: predicted class labels were assigned based on the class with the highest probability value (for both 2-class and multiclass cases).” [Rácz et al. 2019]
Synonyms: target class; output class
Related terms: label; classification model; binary classification; multiclass classification; class imbalance