updated image links with those from CPP repository

This commit is contained in:
Krishna Vedala
2020-06-03 23:03:53 -04:00
parent 503593e68e
commit ebeaebe30d

View File

@@ -200,7 +200,7 @@ void test_circle(std::vector<std::valarray<double>> *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<std::valarray<double>> *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<std::valarray<double>> *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;