Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
999c517
·
verified ·
1 Parent(s): 610e591

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -74,7 +74,7 @@ In these files there are following fields:
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
- ~~~
78
  #include"simulation_for_machine_learning.h"
79
 
80
  // Select two-sample tests
@@ -165,6 +165,6 @@ int main()
165
  printf("The mission is completed.\n");
166
  return 0;
167
  }
168
- ~~~
169
 
170
 
 
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"
79
 
80
  // Select two-sample tests
 
165
  printf("The mission is completed.\n");
166
  return 0;
167
  }
168
+ ```
169
 
170