threhold
Closed this issue · 6 comments
wangyumo85 commented
threhold 中的 secondsInterictalInTest 的数值是怎么得到的
SMorettini commented
Could you translate your message in English? :)
wangyumo85 commented
How to get the value in threshold
SMorettini commented
I'm not sure what you are asking, can you be more specific on your question?
ZH-UCAS commented
why threshold=[0.6,0.8, 0.4, 0.3,0.3]
why not threshold=[0.5,0.5, 0.5, 0.5,0.5]
SMorettini commented
There is one CNN for each patient so each CNN is trained on different data. It means that I had to use differents thresholds. The threshold was computed using the training data to maximize the correct classifications.
ZH-UCAS commented
thanks