What is the threshold for classifying different scales of driver fatigue in classifier learner app
2 次查看(过去 30 天)
显示 更早的评论
I'm currently working on an EEG based driver fatigue prediction system.The data sample consists of 1-hour data(1048576 samples) which is segmented into 15 minutes each(262144 samples) as non-fatigue, mild fatigue, moderate fatigue, and severe fatigue.The classification is done using classifier learner app in Matlab R2015a.Supervised classifiers such as SVM, KNN, DT, and ensemble is applied.Can anyone please tell me the threshold criteria for differentiating these 4 levels of fatigue in the classifier app
0 个评论
采纳的回答
Walter Roberson
2018-3-13
The classification learner app will not use thresholds between the fatigue levels in that system. Some human went through all of the signals and classified sections by hand, possibly based on information that is not available in the data you are provided, such as video monitoring or discussion with the driver. The data has been labeled somehow and now it is the task of the learner app to find something different in the signals between the states.
The combinations that are noticed for each of the states do not necessarily have anything odd about the individual signals. For example it might be the case that the P wave is in a certain range if you are wide awake and happy, but that if the "happy" is absent then that same P value might indicate high fatigue. Thresholds do not necessarily apply
2 个评论
Walter Roberson
2018-3-14
No. When you have multiple features then it is particular combinations that are important, not a threshold.
However, you could make the hypothesis that the determination could be reduced down to a threshold of a single signal. You would then test that hypothesis by training on individual features only and seeing how well the classification works.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification Learner App 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!