MIMO模型鲁棒性测试:不同模型在样本中违反原始排名的频率
这段代码是一个表格展示,展示了不同模型在新样本中违反原始排名结果的频率(标准差),频率越低越好。
代码中的各个语句的意思如下:
- 第1行:设置表格的行间距为1.25倍。
- 第2行:将表格居中显示。
- 第3行:设置表格标题与表格之间的距离为5pt。
- 第4行:定义表格的标题为'Testing the robustness of MIMO: the frequency (standard deviation) of violating the original ranking results of the model in the new sample (the lower the better)'。
- 第5行:开始定义表格的结构,有5列,列之间使用0.35mm的粗线进行分隔。
- 第6行:定义表格的第1行的内容为'Models'、'BTCV(%)'和'AMOS 2022(%)'。
- 第7行:定义表格的第2行的内容为'U-Net'、'12.85(±3.99)'和'2.8(±1.67)'。
- 第8行:定义表格的第3行的内容为'V-Net'、'18.2(±2.61)'和'10.45(±2.31)'。
- 第9行:定义表格的第4行的内容为'nnU-Net'、'17.3(±3.57)'和'9.85(±2.72)'。
- 第10行:定义表格的第5行的内容为'Attention u-net'、'19.7(±5.03)'和'8.7(±2.75)'。
- 第11行:定义表格的第6行的内容为'Transunet'、'17.85(±2.81)'和'11.2(±3.17)'。
- 第12行:定义表格的第7行的内容为'Swin-unet'、'13.75(±2.92)'和'8.05(±2.5)'。
- 第13行:定义表格的第8行的内容为'Unetr'、'18.6(±3.62)'和'9.2(±2.01)'。
- 第14行:定义表格的第9行的内容为'Swin unetr'、'17.55(±4.88)'和'8.55(±3.05)'。
- 第15行:使用0.35mm的粗线作为表格的底部分隔线。
原文地址: https://www.cveoy.top/t/topic/fAEJ 著作权归作者所有。请勿转载和采集!