Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -73,7 +73,8 @@ In these files, there are following fields:
|
|
| 73 |
# Dataset Simulation
|
| 74 |
|
| 75 |
For this dataset, the full source code (C++) is available [here](https://github.com/pfilonenko/ML_for_TwoSampleTesting/tree/main/dataset/simulation).
|
| 76 |
-
It makes possible to reproduce and extend the simulation by the Monte Carlo method. Here, we present a fragment of the source code (**main.cpp**):
|
|
|
|
| 77 |
```C++
|
| 78 |
#include"simulation_for_machine_learning.h"
|
| 79 |
|
|
|
|
| 73 |
# Dataset Simulation
|
| 74 |
|
| 75 |
For this dataset, the full source code (C++) is available [here](https://github.com/pfilonenko/ML_for_TwoSampleTesting/tree/main/dataset/simulation).
|
| 76 |
+
It makes possible to reproduce and extend the simulation by the Monte Carlo method. Here, we present a fragment of the source code (**main.cpp** and **simulation_for_machine_learning.h**):
|
| 77 |
+
> main.cpp
|
| 78 |
```C++
|
| 79 |
#include"simulation_for_machine_learning.h"
|
| 80 |
|