-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathalgorithms-for-massive-datasets.tex
93 lines (67 loc) · 1.96 KB
/
algorithms-for-massive-datasets.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
\PassOptionsToPackage{greek, italian, russian, english}{babel}
\documentclass{adapt-lab-mod}
\usepackage{pifont}
\usepackage{rotating}
% \newcommand{\cwcomment}[1]{\profcomment[Walter]{#1}}
% \newcommand{\evcomment}[1]{\studcomment[Edo]{#1}}
\newcommand{\mcomment}[1]{\mycomment[fcb]{#1}}
% \usepackage{subfig}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{bm}
% \usepackage[nomessages]{fp}
\usepackage{xfp}
\usepackage{pgf-umlcd}
% List of figures
\usepackage{tocloft}
% Algorithm
\usepackage[ruled,vlined,linesnumbered]{algorithm2e} %,noend
\usetikzlibrary{arrows.meta}
\usepackage{pgfplots}
% \usepackage{import}
\begin{document}
\title{Algorithms for Massive Datasets\\}
\subtitle{Course held by Prof. Dario Malchiodi}
\author{Federico Cristiano Bruzzone}
\matricola{27427A}
% \authortwo{Name \& Surname}
% \matricolatwo{123456}
% \authorthree{Name \& Surname}
% \matricolathree{123456}
\ayear{2022--2023}
% \advisor{Prof.\,Walter Cazzola}
% \coadvisor{Dr.\,Lorenzo Capra}
\school{}
\degree{MSc in Computer Science}
\selectlanguage{english}
\makefirstpage
\frontmatter
\tableofcontents
\newpage
\listoffigures
\mainmatter
\input chapters/1-data-mining.tex
\input chapters/2-map-reduce-cost-model.tex
\input chapters/3-link-analysis.tex
\input chapters/4-finding-similar-items.tex
\input chapters/5-frequent-itemsets.tex
% \input sample/ex-introduction.tex
% \input sample/ex-newchap.tex
% \showlongc*[.5\textwidth]{test.c}
% \showc*[.5\textwidth]{test.c}
% \cite{Cazzola21}
% bla \inlinec{int main() { return 0;}} bla
% \begin{Listing} % [ht]
% \centering
% \showc*[.5\textwidth]{test.c}
% \caption{A C program.}\label{c}
% \end{Listing}
% hello \ref{c}
% \inlinerust{fn}
\appendix
% \bibliographystyle{plain}
\bibliographystyle{abbrv}
\bibliography{local,reflection,aosd,my_work,oolanguages,programming,software_engineering,dsl,pl,distributed_systems,grammars,pattern,biomedicine,splc}
\end{document}