diff options
author | nunzip <np.scarh@gmail.com> | 2019-02-13 19:29:16 +0000 |
---|---|---|
committer | nunzip <np.scarh@gmail.com> | 2019-02-13 19:29:16 +0000 |
commit | caefd7d262f730cc61380b17b7d9758924a9242b (patch) | |
tree | 2d87c99477abe559bfbe210fb8290bbef9a56218 | |
parent | d29d8573cbc149fb23339b787c769f3e7c860362 (diff) | |
download | e4-vision-caefd7d262f730cc61380b17b7d9758924a9242b.tar.gz e4-vision-caefd7d262f730cc61380b17b7d9758924a9242b.tar.bz2 e4-vision-caefd7d262f730cc61380b17b7d9758924a9242b.zip |
Add train and test time
-rw-r--r-- | report/fig/kmean_train_test_time.pdf | bin | 0 -> 13437 bytes | |||
-rw-r--r-- | report/fig/p3_train_test_time.pdf | bin | 0 -> 14643 bytes | |||
-rw-r--r-- | report/paper.md | 9 |
3 files changed, 9 insertions, 0 deletions
diff --git a/report/fig/kmean_train_test_time.pdf b/report/fig/kmean_train_test_time.pdf Binary files differnew file mode 100644 index 0000000..0db83c9 --- /dev/null +++ b/report/fig/kmean_train_test_time.pdf diff --git a/report/fig/p3_train_test_time.pdf b/report/fig/p3_train_test_time.pdf Binary files differnew file mode 100644 index 0000000..57bcea7 --- /dev/null +++ b/report/fig/p3_train_test_time.pdf 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 |