Skip to content

Commit 3614b1b

Browse files
committed
Changed pictures showing the inluence of lambda to be based on the same dataset
1 parent d91679e commit 3614b1b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

6 - Naive Bayes Classifier/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ sig1 <- matrix(c(2, 0.9, 0.9, 2), 2, 2)
9292
sig2 <- matrix(c(0.5, 0, 0, 2), 2, 2)
9393
```
9494

95-
| ![](https://i.imgur.com/ZyqtSDh.png) | ![](https://i.imgur.com/ZyqtSDh.png) |
95+
| ![](https://i.imgur.com/tlLJ2K5.png) | ![](https://i.imgur.com/UDctOZs.png) |
9696
| - | - |
97-
| λ = (1, 1) | λ = (27, 41) |
98-
| ![](https://i.imgur.com/YReVN47.png) | ![](https://i.imgur.com/52XOFwZ.png) |
99-
| λ = (32, 85) | λ = (93, 49) |
97+
| ![](https://i.imgur.com/fdsms6g.png) | ![](https://i.imgur.com/h1Xzmme.png) |
10098

10199
Errors on this dataset: 16 (3,2%).

0 commit comments

Comments
 (0)