sannolikhetsmatris
Sannolikhetsmatris is a term often encountered in statistical modeling and machine learning, particularly when dealing with classification problems. It is a square matrix that represents the probabilities of different class outcomes for a given set of predictions. More specifically, it is a confusion matrix where each cell contains the probability of observing a particular true class given a predicted class, or vice-versa, depending on the convention used. The rows typically represent the true classes, and the columns represent the predicted classes, or the other way around. The sum of probabilities across each row or column, depending on the definition, will usually equal one, indicating a complete probability distribution.
In practice, a sannolikhetsmatris is derived from a set of test data where both the true labels