diff options
Diffstat (limited to 'report')
-rw-r--r-- | report/paper.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/report/paper.md b/report/paper.md index d74ea0d..25531e2 100644 --- a/report/paper.md +++ b/report/paper.md @@ -60,7 +60,9 @@ Random forests will select a random number of features on which to apply a weak \end{center} \end{figure} -## Weak Learners comparison +Changing the randomness parameter had no significant effect on execution time. This can partly be explained by the increased required tree depth to purify the training set. + +## Weak Learner comparison In figure \ref{fig:2pt} it is possible to notice an improvement in recognition accuracy by 1%, with the two pixels test, achieving better results than the axis-aligned counterpart. The two-pixels |