diff --git a/DSD/qrs/presentation/images/metric.svg b/DSD/qrs/presentation/images/metric.svg new file mode 100644 index 0000000..e9d6afe --- /dev/null +++ b/DSD/qrs/presentation/images/metric.svg @@ -0,0 +1,796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DSD/qrs/presentation/presentation.typ b/DSD/qrs/presentation/presentation.typ index ada63ea..f7bded6 100644 --- a/DSD/qrs/presentation/presentation.typ +++ b/DSD/qrs/presentation/presentation.typ @@ -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")[]