Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Typically you train a multi-class classifier (or multiple one-vs-rest or one-vs-one classifiers). The classifier then predicts the correct class acoording to the training BoW-features. You can get a way of "similarity" measure if you either choose a classifier which gives you probabilities right away or you compute probabilities from the classifier outputs, e.g. if you used SVMs you could get probabilities from the decision function via Platt calibration.