Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -71,12 +71,13 @@ In these files there are following fields:
|
|
| 71 |
|
| 72 |
# Dataset Simulation
|
| 73 |
|
| 74 |
-
For this dataset, the full source code (C++) is available
|
|
|
|
| 75 |
|
| 76 |
~~~
|
| 77 |
#include"simulation_for_machine_learning.h"
|
| 78 |
|
| 79 |
-
|
| 80 |
vector<HomogeneityTest*> AllTests()
|
| 81 |
{
|
| 82 |
vector<HomogeneityTest*> D;
|
|
|
|
| 71 |
|
| 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 |
~~~
|
| 78 |
#include"simulation_for_machine_learning.h"
|
| 79 |
|
| 80 |
+
// Select two-sample tests
|
| 81 |
vector<HomogeneityTest*> AllTests()
|
| 82 |
{
|
| 83 |
vector<HomogeneityTest*> D;
|