What is the threshold for classifying different scales of driver fatigue in classifier learner app
조회 수: 3 (최근 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!