-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path9Aroccurves.tex
124 lines (105 loc) · 7 KB
/
9Aroccurves.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
\newpage
\section{Additional Graphs}
\label{appendix:roc}
\subsubsection{ROC Curves Compared to Other Methods}
% short, abs, edge
\begin{figure}[H]
\centering
\includegraphics[width=.9\textwidth]{BROC_abs_dis_met.jpg}
\caption{ROC curves of order-based LCD compared to other methods. \textbf{Discrete predictions} are evaluated on the \textbf{absolute ground-truth}. Columns use different ground-truth thresholds, rows different subsets of the relations that are evaluated. A dashed line indicates that a method resorts to random guessing.}
\end{figure}
% short, abs, score
\begin{figure}[H]
\centering
\includegraphics[width=.9\textwidth]{BROC_abs_con_met.jpg}
\caption{ROC curves of order-based LCD compared to other methods. \textbf{Continuous predictions} are evaluated on the \textbf{absolute ground-truth}. Columns use different ground-truth thresholds, rows different subsets of the relations that are evaluated. A dashed line indicates that a method resorts to random guessing.}
\end{figure}
% short, norm, edge
\begin{figure}[H]
\centering
\includegraphics[width=.9\textwidth]{BROC_nor_dis_met.jpg}
\caption{ROC curves of order-based LCD compared to other methods. \textbf{Discrete predictions} are evaluated on the \textbf{standardized ground-truth}. Columns use different ground-truth thresholds, rows different subsets of the relations that are evaluated. A dashed line indicates that a method resorts to random guessing.}
\label{fig:app:rocversteeg}
\end{figure}
% short, norm, score
\begin{figure}[H]
\centering
\includegraphics[width=.9\textwidth]{BROC_nor_con_met.jpg}
\caption{ROC curves of order-based LCD compared to other methods. \textbf{Continuous predictions} are evaluated on the \textbf{standardized ground-truth}. Columns use different ground-truth thresholds, rows different subsets of the relations that are evaluated. A dashed line indicates that a method resorts to random guessing.}
\end{figure}
\subsubsection{ROC Curves Compared to LCD Methods}
% short, abs, edge
\begin{figure}[H]
\centering
\includegraphics[width=.9\textwidth]{BROC_abs_dis_lcd.jpg}
\caption{ROC curves of order-based LCD compared to LCD methods. \textbf{Discrete predictions} are evaluated on the \textbf{absolute ground-truth}. Columns use different ground-truth thresholds, rows different subsets of the relations that are evaluated. A dashed line indicates that a method resorts to random guessing.}
\end{figure}
% short, abs, score
\begin{figure}[H]
\centering
\includegraphics[width=.9\textwidth]{BROC_abs_con_lcd.jpg}
\caption{ROC curves of order-based LCD compared to LCD methods. \textbf{Continuous predictions} are evaluated on the \textbf{absolute ground-truth}. Columns use different ground-truth thresholds, rows different subsets of the relations that are evaluated. A dashed line indicates that a method resorts to random guessing.}
\end{figure}
% short, norm, edge
\begin{figure}[H]
\centering
\includegraphics[width=.9\textwidth]{BROC_nor_dis_lcd.jpg}
\caption{ROC curves of order-based LCD compared to LCD methods. \textbf{Discrete predictions} are evaluated on the \textbf{standardized ground-truth}. Columns use different ground-truth thresholds, rows different subsets of the relations that are evaluated. A dashed line indicates that a method resorts to random guessing.}
\end{figure}
% short, norm, score
\begin{figure}[H]
\centering
\includegraphics[width=.9\textwidth]{BROC_nor_con_lcd.jpg}
\caption{ROC curves of order-based LCD compared to LCD methods. \textbf{Continuous predictions} are evaluated on the \textbf{standardized ground-truth}. Columns use different ground-truth thresholds, rows different subsets of the relations that are evaluated. A dashed line indicates that a method resorts to random guessing.}
\end{figure}
\subsubsection{Inclusive and Exclusive Order-Based LCD and LCD Relations}
% order, inclusive
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{Binclusive_olcd.pdf}
\caption{The 25 strongest predictions by \textbf{order-based LCD} that are also \textbf{included} in the LCD predictions. The precise scores are shown above the figures. The background color indicates whether the relation is true according to the $10\%$ threshold.}
\end{figure}
% lcd, inclusive
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{Binclusive_lcd.pdf}
\caption{The 25 strongest predictions by \textbf{LCD} that are also \textbf{included} in the order-based LCD predictions. The precise scores are shown above the figures. The background color indicates whether the relation is true according to the $10\%$ threshold.}
\end{figure}
% order, inclusive
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{Bexclusive_olcd.pdf}
\caption{The 25 strongest predictions by \textbf{order-based LCD} that are \textbf{excluded} in the LCD predictions. The precise scores are shown above the figures. The background color indicates whether the relation is true according to the $10\%$ threshold.}
\end{figure}
% lcd, inclusive
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{Bexclusive_lcd.pdf}
\caption{The 25 strongest predictions by \textbf{LCD} that are also \textbf{excluded} in the order-based LCD predictions. The precise scores are shown above the figures. The background color indicates whether the relation is true according to the $10\%$ threshold.}
\end{figure}
\subsubsection{Expression Levels per Context Group}
% oLCD
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{Bcontext_olcd.pdf}
\caption{Distribution of the expression level of the cause genes in the strongest discrete predictions of \textbf{order-LCD}. Clusters are made based on whether the data points are observation or intervention data, and based on the context value if the data point is interventional.}
\end{figure}
% LCD
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{Bcontext_lcd.pdf}
\caption{Distribution of the expression level of the cause genes in the strongest discrete predictions of the original \textbf{LCD}. Clusters are made based on whether the data points are observation or intervention data, and based on the context value if the data point is interventional.}
\end{figure}
% L2
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{Bcontext_l2.pdf}
\caption{Distribution of the expression level of the cause genes in the strongest discrete predictions of the \textbf{L$_2$-boosting baseline}. Clusters are made based on whether the data points are observation or intervention data, and based on the context value if the data point is interventional.}
\end{figure}
% random
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{Bcontext_random.pdf}
\caption{Distribution of the expression level of 25 \textbf{random} cause genes. Clusters are made based on whether the data points are observation or intervention data, and based on the context value if the data point is interventional.}
\end{figure}
% \newpage\phantom{blabla}