monilabelluokitus
Monilabelluokitus, or single-label classification, is a supervised learning task in which each input instance is assigned exactly one label from a predefined set of mutually exclusive classes. The goal is to learn a mapping from feature vectors to discrete categories that generalizes to unseen data. This contrasts with multi-label classification, where an instance may belong to several classes at once.
Typical methods include logistic regression, support vector machines with a multinomial or one-vs-rest approach, decision trees,
Performance is commonly measured with accuracy, along with class-wise metrics such as precision, recall, and F1
Applications include text classification (topic labeling, spam filtering), image or audio recognition with a single dominant