I have 4 groups of particles with different features. For instance particles in each group have different colors: red, white, black and blue.

I trained (with four single classes) a supervised machine learning algorithm (e.g. SVM) for classification.

For testing, when the particles contain single feature (only one color), the classifier returns its label correctly. But, when the particles are mixed (e.g. red & blue), the classifier returns either it is red or blue. However, I want that the classifier recognize this group as red & blue (both of them).  

Note: the mixed red&blue features is not considered as a separate class to train the classifier. 

I really appreciate your help in advance.   

More Mahyar Hamedi's questions See All
Similar questions and discussions