Datasets:

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

Update README.md

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