📄 example2.risk
字号:
# Same as example1.risk but with a small increase in two/three,# and an regular expression dependent loss matrixcategories { one, two, three}prior { 2, 1, 1}loss_matrix { "^proportion: ([0-9.]+)" one [ 0, (1+$1)^complexity, (1.2)^complexity ]"" one [ 0, (1.1)^complexity, (1.1)^complexity ]"" two [(1.1)^complexity, 0, (2.0)^complexity ] "" three [(1.5)^complexity, (1.01)^complexity, 0 ]}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -