Newer
Older
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
\usepackage[show]{chato-notes}
% \newtheorem{theorem}{Theorem}
% \newtheorem{definition}{Definition}
% \newtheorem{problem}{Problem}
% \newtheorem{lemma}{Lemma}
\newcommand{\prob}[1]{\ensuremath{\mathbf{Pr}(#1)}}
% \newcommand{\path}[2]{\ensuremath{\mathit{path}({#1}, {#2})}}
\newcommand{\subtree}[2]{\ensuremath{\mathit{ST}_{#1}({#2})}}
\newcommand{\descendants}[1]{\ensuremath{\mathit{Desc}({#1})}}
\newcommand{\ancestors}[1]{\ensuremath{\mathit{Anc}({#1})}}
% \newcommand{\root}{\ensuremath{\mathit{root}}}
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{arg\,max}
%formating
\newcommand{\spara}[1]{\smallskip\noindent{\bf{#1}}}
\newcommand{\mpara}[1]{\medskip\noindent{\bf{#1}}}
\newcommand{\bpara}[1]{\bigskip\noindent{\bf{#1}}}
\newcommand{\squishlist}{\begin{list}{$\bullet$}
{ \setlength{\itemsep}{0pt}
\setlength{\parsep}{3pt}
\setlength{\topsep}{3pt}
\setlength{\partopsep}{0pt}
\setlength{\leftmargin}{1.5em}
\setlength{\labelwidth}{1em}
\setlength{\labelsep}{0.5em} } }
\newcommand{\squishend}{
\end{list} }
\newcommand{\transpose}[1]{\ensuremath{{{#1}^{{\mkern-2.5mu\mathsf{T}}}}}}
\newcommand{\dataset}{\ensuremath{\mathbf{D}}\xspace}
\newcommand{\datasize}{\ensuremath{n}\xspace}
\newcommand{\features}{\ensuremath{X}\xspace}
\newcommand{\featuresValue}{\ensuremath{x}\xspace}
\newcommand{\leniency}{\ensuremath{R}\xspace}
\newcommand{\leniencyValue}{\ensuremath{r}\xspace}
\newcommand{\score}[1]{\ensuremath{\mathbf{f}(#1)}\xspace}
\newcommand{\decision}{\ensuremath{T}\xspace}
\newcommand{\decisionValue}{\ensuremath{t}\xspace}
\newcommand{\outcome}{\ensuremath{Y}\xspace}
\newcommand{\outcomeValue}{\ensuremath{y}\xspace}
\newcommand{\doop}[1]{\ensuremath{\mathbf{do}(#1)}}
\newcommand{\generalPerformance}{\ensuremath{\mathbf{gp}}\xspace}
\newcommand{\empiricalPerformance}{\ensuremath{\mathbf{ep}}\xspace}
\newcommand{\indicator}[1]{\ensuremath{\delta(#1)}}
\newcommand{\datadistr}[1]{\ensuremath{\mathbf{g}(#1)}\xspace}