I have 2 class label, but classifier model predicts 3 class?
1 次查看(过去 30 天)
显示 更早的评论
My code is in Matlab. I have a binary classifier model with the labels (0 and .5), as it has been shown with black box in the figure:
However, when I am sending Test set to be predicted by the previousely trained Naive Bayes model,
[pred_LF, score_f] = predict(Mdl_F,Feature_Test);
I getting 3 classes 0, .5, and 1 (red box):
I have already checked the values in training label, it is 2 two values. :(
Is there someone help me?! I am really confused why it is like this?! Your help is appreciated.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!