diff --git a/README.md b/README.md index 6433cc7..819c6de 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,5 @@ The SVM type used is **C-SVC** (multi-class classification), with the **radial b ## 2D visualisation When the third parameter (initial gun orientation) of the roaming robot is omitted, we can generate *sample* visualisation of the result of this classification. Our experiments were indicating, that this parameter has low (about 2%) significance on the output of the battle. -
-2D visualisation -
+![2D visualisation](https://github.com/delmadord/robocode_svm/blob/master/extras/visualize2D.png) The visualisation color shows, which robot is likely to win, when the roaming one starts on given position on the battlefield. You can estimate the coordinates on the image and run script with the `--battle` parameter to prove the classification.