From d2f8f7376a4a785f11f062dfd81ba83b9fb83cd3 Mon Sep 17 00:00:00 2001 From: nunzip Date: Fri, 15 Feb 2019 17:41:16 +0000 Subject: Rewrite comparison --- report/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/paper.md b/report/paper.md index 885f27d..36259c6 100644 --- a/report/paper.md +++ b/report/paper.md @@ -148,7 +148,7 @@ In many applications the increase in training time would not justify the small i For the Caltech_101 dataset, a RF codebook seems to be the most suitable method to perform RF classification. -The `water_lilly` is the most misclassified class, both for K-means and RF codebook (refer to figures \ref{fig:km_cm} and \ref{fig:p3_cm}). This indicates that the features obtained from the class do not provide for very discriminative splits, resulting in the prioritsation of other features in the first nodes of the decision trees. +The `water_lilly` is the most misclassified class, both for K-means and RF codebook (refer to figures \ref{fig:km_cm} and \ref{fig:p3_cm}). This indicates that the quantised descriptors obtained from the class do not provide for very discriminative splits, resulting in the prioritsation of other features in the first nodes of the decision trees. # References -- cgit v1.2.3