DSA_SS24/settings.json

15 lines
898 B
JSON

{
"wfdb_path_comment": "Path to the WFDB data. This is the folder where the WFDB data is stored.",
"wfdb_path": "C:/Studium/dsa/large_12_ecg_data/a-large-scale-12-lead-electrocardiogram-database-for-arrhythmia-study-1.0.0",
"data_path_comment": "Path to the data folder. This is the folder where the genereated data is stored.",
"data_path": "C:/Studium/dsa/data",
"labels_comment": "Labels for the different classes. The labels are the SNOMED CT codes.",
"labels": {
"GSVT": [426761007, 713422000, 233896004, 233897008, 713422000],
"AFIB": [164889003, 164890007],
"SR": [426783006, 427393009],
"SB": [426177001]
},
"split_ratio_comment": "Ratio for the train-test-validation split. The first value is the ratio for the training data, the second value is the ratio for the test data.",
"split_ratio": [0.8, 0.1, 0.1]
}