Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
pfilonenko commited on
Commit
7725c5c
·
verified ·
1 Parent(s): 9d6d049

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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 for simulation by the Monte Carlo method. We presented the file main.cpp only.
 
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;