Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
4574c24
·
verified ·
1 Parent(s): e894d18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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