Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ In these files there are following fields:
|
|
74 |
For this dataset, the full source code (C++) is available [here](https://github.com/pfilonenko/ML_for_TwoSampleTesting/tree/main/dataset/simulation).
|
75 |
It makes possible to reproduce and extend the simulation by the Monte Carlo method. Here, we present the file main.cpp only.
|
76 |
|
77 |
-
|
78 |
#include"simulation_for_machine_learning.h"
|
79 |
|
80 |
// Select two-sample tests
|
@@ -165,6 +165,6 @@ int main()
|
|
165 |
printf("The mission is completed.\n");
|
166 |
return 0;
|
167 |
}
|
168 |
-
|
169 |
|
170 |
|
|
|
74 |
For this dataset, the full source code (C++) is available [here](https://github.com/pfilonenko/ML_for_TwoSampleTesting/tree/main/dataset/simulation).
|
75 |
It makes possible to reproduce and extend the simulation by the Monte Carlo method. Here, we present the file main.cpp only.
|
76 |
|
77 |
+
```C++
|
78 |
#include"simulation_for_machine_learning.h"
|
79 |
|
80 |
// Select two-sample tests
|
|
|
165 |
printf("The mission is completed.\n");
|
166 |
return 0;
|
167 |
}
|
168 |
+
```
|
169 |
|
170 |
|