classificatieaccuracy
Classification accuracy is a metric that measures the proportion of correct predictions made by a classifier on a data set. It is computed as the number of correctly labeled instances divided by the total number of instances. In multiclass problems, the overall accuracy is the fraction of samples for which the predicted label matches the true label. This simple measure is widely used to provide a quick assessment of a model’s performance.
Computation and related concepts: Accuracy is typically estimated on a held-out test set or via cross-validation.
Usage and interpretation: Accuracy is intuitive and convenient for quick comparisons, but its interpretation depends on