1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "data": [
- {
- "file": "examples/data/breast_hetero_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- }
- ],
- "tasks": {
- "default": {
- "conf": "./test_hetero_pearson_default_conf.json",
- "dsl": "./test_hetero_pearson_default_dsl.json"
- },
- "host_only": {
- "conf": "./test_hetero_pearson_host_only_conf.json",
- "dsl": "./test_hetero_pearson_host_only_dsl.json"
- },
- "sole": {
- "conf": "./test_hetero_pearson_sole_conf.json",
- "dsl": "./test_hetero_pearson_sole_dsl.json"
- },
- "mix_rand": {
- "conf": "./test_hetero_pearson_mix_rand_conf.json",
- "dsl": "./test_hetero_pearson_mix_rand_dsl.json"
- }
- }
- }
|