mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 13:37:25 +08:00
updated image links with those from CPP repository
This commit is contained in:
@@ -200,7 +200,7 @@ void test_circle(std::vector<std::valarray<double>> *data) {
|
||||
* "w12.csv" title "w2"
|
||||
* ```
|
||||
* 
|
||||
* 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"
|
||||
* ```
|
||||
* 
|
||||
* 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"
|
||||
* ```
|
||||
* 
|
||||
* output](https://raw.githubusercontent.com/kvedala/C-Plus-Plus/docs/images/machine_learning/kohonen/test3.svg)
|
||||
*/
|
||||
void test3() {
|
||||
int j, N = 200;
|
||||
|
||||
Reference in New Issue
Block a user