andaccuracy
Andaccuracy is a neologism used in discussions of model evaluation and ensemble methods to denote a composite metric that reflects the probability that several predictions are simultaneously correct. It is not a widely standardized term and appears primarily in informal discussions or methodological papers exploring intersection-level performance in ensembles.
Formal definition: If k classifiers produce predictions on the same set of instances, and each classifier has
Example: with two classifiers having accuracies 0.9 and 0.8 and independent errors, the andaccuracy is 0.72,
Relation to other metrics and uses: Andaccuracy differs from standard accuracy, which measures the fraction of
See also: accuracy, ensemble learning, joint probability, intersection probability.