-
Notifications
You must be signed in to change notification settings - Fork 1
/
appendixUI.tex
34 lines (29 loc) · 993 Bytes
/
appendixUI.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
\chapter{User Interface Screenshots}\label{c:ui}
\begin{minipage}{0.47\textwidth}
\begin{figure}[H]
\includegraphics[width=\columnwidth]{figures/mesh_id3_1.png}
\caption{Creating a decision tree on the MeSH dataset}
\label{f:mesh-id3-1}
\end{figure}
\end{minipage}
\begin{minipage}{0.47\textwidth}
\begin{figure}[H]
\includegraphics[width=\columnwidth]{figures/mesh_id3_2.png}
\caption{ID3 decision tree for the request shown in Figure \ref{f:mesh-id3-1}}
\label{f:mesh-id3-2}
\end{figure}
\end{minipage}
\begin{minipage}{0.47\textwidth}
\begin{figure}[H]
\includegraphics[width=\columnwidth]{figures/cvi_c45_1.png}
\caption{Creating a decision tree on the CVI dataset}
\label{f:cvi-c45-1}
\end{figure}
\end{minipage}
\begin{minipage}{0.47\textwidth}
\begin{figure}[H]
\includegraphics[width=\columnwidth]{figures/cvi_c45_2.png}
\caption{C4.5 decision tree for the request shown in Figure \ref{f:cvi-c45-1}}
\label{f:cvi-c45-2}
\end{figure}
\end{minipage}