Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
ae41450
·
verified ·
1 Parent(s): 24d8f62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 a fragment of the source code (**main.cpp** and **simulation_for_machine_learning.h**):
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"