add metric slide and case study 1 table

This commit is contained in:
Arthur Grisel-Davy 2023-10-08 17:16:48 -04:00
parent 58e0466fe9
commit 5bb988bfb1
2 changed files with 823 additions and 2 deletions

View file

@ -1,5 +1,6 @@
#import "@preview/polylux:0.3.1": *
#import themes.metropolis: *
#import "@preview/tablex:0.0.5": tablex, hlinex, vlinex, colspanx, rowspanx
#show: metropolis-theme.with(
footer: [CC BY-SA 4.0 Arthur Grisel-Davy]
@ -80,9 +81,33 @@
#align(center)[With $alpha lt.triple 2$, the algorithm acquire novelty-detection capability.]
]
#slide(title: "Parameter")[]
#slide(title: "Performance Metric")[
#figure(
image("images/metric.svg", width: 100%)
)
]
#slide(title: "Case Study 1")[]
#slide(title: "Case Study 1")[
#align(center)[
#tablex(
columns: (auto, auto, auto),
auto-vlines: false,
repeat-header: false,
align: (left+horizon,right+horizon,right+horizon),
[#text(weight:"bold")[Dataset]], [#text(weight: "bold")[Length]], [#text(weight: "bold")[Number of Occurences]],
[NUCPC-0], [22700], [11],
[NUCPC-1], [7307], [8],
[Generated], [15540], [18],
[WAP-ASUS], [26880], [18],
[WAP-LINKSYS], [22604], [18],
[REFIT-H4A4], [5366], [17],
[REFIT-H4A1], [100000], [142]
)
]
]
#slide(title: "Case Study 1 - Results")[]