Learn Before
Relation
Likelihood of channel/error model
- We use a confusion matrix that contains counts of errors
- A confusion matrix lists the number of times one thing was confused with another.
- we’ll use four confusion matrices.
- del[x, y]: count(xy typed as x)
- ins[x, y]: count(x typed as xy)
- sub[x, y]: count(x typed as y)
- trans[x, y]: count(xy typed as yx)

0
1
Updated 2022-05-14
Tags
Data Science