From caefd7d262f730cc61380b17b7d9758924a9242b Mon Sep 17 00:00:00 2001 From: nunzip Date: Wed, 13 Feb 2019 19:29:16 +0000 Subject: Add train and test time --- report/fig/kmean_train_test_time.pdf | Bin 0 -> 13437 bytes report/fig/p3_train_test_time.pdf | Bin 0 -> 14643 bytes report/paper.md | 9 +++++++++ 3 files changed, 9 insertions(+) create mode 100644 report/fig/kmean_train_test_time.pdf create mode 100644 report/fig/p3_train_test_time.pdf diff --git a/report/fig/kmean_train_test_time.pdf b/report/fig/kmean_train_test_time.pdf new file mode 100644 index 0000000..0db83c9 Binary files /dev/null and b/report/fig/kmean_train_test_time.pdf differ diff --git a/report/fig/p3_train_test_time.pdf b/report/fig/p3_train_test_time.pdf new file mode 100644 index 0000000..57bcea7 Binary files /dev/null and b/report/fig/p3_train_test_time.pdf differ diff --git a/report/paper.md b/report/paper.md index 0674557..19677f9 100644 --- a/report/paper.md +++ b/report/paper.md @@ -185,6 +185,15 @@ will prioritize features taken from other classes. \end{center} \end{figure} +\begin{figure}[H] +\begin{center} +\includegraphics[width=12em]{fig/kmean_train_test_time.pdf} +\includegraphics[width=12em]{fig/p3_train_test_time.pdf} +\caption{Train and Test time; K-means (left), RF-Codebooks (right)} +\label{fig:train_test_times} +\end{center} +\end{figure} + # References -- cgit v1.2.3