Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -73,8 +73,7 @@ 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 the file **main.cpp** only.
77
-
78
  ```C++
79
  #include"simulation_for_machine_learning.h"
80
 
 
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