Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -86,7 +86,7 @@ In these files, there are following fields:
|
|
| 86 |
# Dataset Simulation
|
| 87 |
|
| 88 |
For this dataset, the full source code (C++) is available [here](https://github.com/pfilonenko/ML_for_TwoSampleTesting/tree/main/dataset/simulation).
|
| 89 |
-
It makes possible to reproduce and extend the simulation by the Monte Carlo method. Here, we present
|
| 90 |
> main.cpp
|
| 91 |
```C++
|
| 92 |
#include"simulation_for_machine_learning.h"
|
|
|
|
| 86 |
# Dataset Simulation
|
| 87 |
|
| 88 |
For this dataset, the full source code (C++) is available [here](https://github.com/pfilonenko/ML_for_TwoSampleTesting/tree/main/dataset/simulation).
|
| 89 |
+
It makes possible to reproduce and extend the simulation by the Monte Carlo method. Here, we present two fragments of the source code (**main.cpp** and **simulation_for_machine_learning.h**) which can help to understand the main steps of the simulation process.
|
| 90 |
> main.cpp
|
| 91 |
```C++
|
| 92 |
#include"simulation_for_machine_learning.h"
|