From ebeaebe30ddc1854d39f3d3677b9cbd7d1be4e64 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Wed, 3 Jun 2020 23:03:53 -0400 Subject: [PATCH] updated image links with those from CPP repository --- machine_learning/kohonen_som_trace.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/machine_learning/kohonen_som_trace.cpp b/machine_learning/kohonen_som_trace.cpp index 83a65287d..f2da7d183 100644 --- a/machine_learning/kohonen_som_trace.cpp +++ b/machine_learning/kohonen_som_trace.cpp @@ -200,7 +200,7 @@ void test_circle(std::vector> *data) { * "w12.csv" title "w2" * ``` * ![Sample execution - * output](https://raw.githubusercontent.com/kvedala/C/docs/images/machine_learning/kohonen/test1.svg) + * output](https://raw.githubusercontent.com/kvedala/C-Plus-Plus/docs/images/machine_learning/kohonen/test1.svg) */ void test1() { int j, N = 500; @@ -273,7 +273,7 @@ void test_lamniscate(std::vector> *data) { * "w22.csv" title "w2" * ``` * ![Sample execution - * output](https://raw.githubusercontent.com/kvedala/C/docs/images/machine_learning/kohonen/test2.svg) + * output](https://raw.githubusercontent.com/kvedala/C-Plus-Plus/docs/images/machine_learning/kohonen/test2.svg) */ void test2() { int j, N = 500; @@ -363,7 +363,7 @@ void test_3d_classes(std::vector> *data) { * "w32.csv" title "w2" * ``` * ![Sample execution - * output](https://raw.githubusercontent.com/kvedala/C/docs/images/machine_learning/kohonen/test3.svg) + * output](https://raw.githubusercontent.com/kvedala/C-Plus-Plus/docs/images/machine_learning/kohonen/test3.svg) */ void test3() { int j, N = 200;