In my problem setting of a regression problem, the label of an instance is not only real valued vector but a set of real valued vectors. Picking one specific vector from the set as the correct label performs badly. Therefore I‘d like to include as a knowledge base to the machine learning problem.
Are there any machine learning methods that can handle these kind of problems? Or can I reformulate this problem to use another method?
Thank you in advance.