I used MATLAB fitcecoc() to train a multiclass model for support vector machines and when I add an angle dimention to the feature vector it gives me the following warning.
Warning: The following classes are removed from the data and have their prior probabilities set to zero: '-1'. Class
labels will never be predicted into these classes.
How do I solve this?
Thank you