2024-06-02 14:45:54 +02:00
{
2024-06-05 14:24:31 +02:00
"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." ,
2024-06-03 20:52:06 +02:00
"data_path" : "C:/Studium/dsa/data" ,
2024-06-02 14:45:54 +02:00
"labels_comment" : "Labels for the different classes. The labels are the SNOMED CT codes." ,
"labels" : {
"GSVT" : [ 426761007 , 713422000 , 233896004 , 233897008 , 713422000 ] ,
2024-06-05 14:24:31 +02:00
"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 ]
2024-06-02 14:45:54 +02:00
}